Skip to content

Commit a48c698

Browse files
committed
chore: update github actions
1 parent 3ced89c commit a48c698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
platform: [ubuntu-latest, windows-latest]
19-
node-version: [16.x, 17.x, 18.x, 19.x, 20.x, 21.x]
19+
node: [18, 19, 20, 21]
2020
runs-on: ${{ matrix.platform }}
2121
steps:
2222
- name: Clone repository
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Node.js
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: ${{ env.node-version }}
28+
node-version: ${{ matrix.node }}
2929

3030
- name: Install npm dependencies
3131
run: npm install

0 commit comments

Comments
 (0)