Skip to content

Commit

Permalink
Upgrading node version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshibobade21 committed Sep 26, 2024
1 parent 5a440d7 commit 661ae8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: '[Prep 5] Setup Node'
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18

- name: '[Setup] NodeJS project setup'
uses: zowe-actions/nodejs-actions/setup@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18

- name: Install
run: npm install --no-audit
Expand Down

0 comments on commit 661ae8e

Please sign in to comment.