We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d00a51 commit 29d7dfcCopy full SHA for 29d7dfc
.github/workflows/node.yml
@@ -21,13 +21,13 @@ jobs:
21
22
strategy:
23
matrix:
24
- node-version: [12, 14, 16, 18]
+ node-version: [16, 18, 20]
25
26
steps:
27
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
28
- name: Use Node.js ${{ matrix.node-version }}
29
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
30
with:
31
node-version: ${{ matrix.node-version }}
32
- - run: cd nodejs; npm install
+ - run: cd nodejs; npm ci
33
- run: cd nodejs; node test.js dump verbose
0 commit comments