Skip to content

Commit

Permalink
Update workflows to use Node 18 and 20
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Oct 17, 2023
1 parent 6f816fe commit 3b5751f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Use Node.js 12.x
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: lts/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zowe-cli-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
os: [windows-latest, ubuntu-latest, macos-latest]

env:
Expand Down

0 comments on commit 3b5751f

Please sign in to comment.