Skip to content

Commit 7b1c104

Browse files
committed
chore: update workflow to use node 20 instead of 16
1 parent a624149 commit 7b1c104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [macos-latest, windows-latest, ubuntu-latest]
30-
node-version: [16.x, 18.x]
30+
node-version: [18.x, 20.x]
3131
steps:
3232
- uses: actions/checkout@v3
3333
if: ${{ needs.changes.outputs.cms == 'true' }}
@@ -66,7 +66,7 @@ jobs:
6666

6767
strategy:
6868
matrix:
69-
node-version: [16.x, 18.x]
69+
node-version: [18.x, 20.x]
7070
fail-fast: false
7171

7272
steps:

0 commit comments

Comments
 (0)