Skip to content

Commit f1d7885

Browse files
Merge pull request #70 from web-push-libs/update-ci
Refresh CI for nodejs
2 parents 9d00a51 + 29d7dfc commit f1d7885

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/node.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
node-version: [12, 14, 16, 18]
24+
node-version: [16, 18, 20]
2525

2626
steps:
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v4
2828
- name: Use Node.js ${{ matrix.node-version }}
29-
uses: actions/setup-node@v3
29+
uses: actions/setup-node@v4
3030
with:
3131
node-version: ${{ matrix.node-version }}
32-
- run: cd nodejs; npm install
32+
- run: cd nodejs; npm ci
3333
- run: cd nodejs; node test.js dump verbose

0 commit comments

Comments
 (0)