Skip to content

Commit 631d32c

Browse files
committed
ci: upgrade actions and run jobs on node 20 and 24
1 parent 7ff227e commit 631d32c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [ 18, 20 ]
14+
node-version: [ 20, 24 ]
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
name: Use Node.js ${{ matrix.node-version }}
18-
- uses: actions/setup-node@v4
18+
- uses: actions/setup-node@v6
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
cache: 'npm'
2222
- run: npm ci
2323
- run: npm run build --if-present
24-
- run: npm test
2524
- run: npm run lint
25+
- run: npm test

0 commit comments

Comments
 (0)