Skip to content

Commit f1b9950

Browse files
committed
ci: update workflow
1 parent c44cea3 commit f1b9950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [16, 18, 20]
17+
node-version: [18, 20, 22]
1818

1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Use Node.js ${{ matrix.node-version }}
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: ${{ matrix.node-version }}
25-
- run: npm ci
25+
- run: npm install
2626
- run: npm test
2727
env:
2828
CI: true

0 commit comments

Comments
 (0)