We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44cea3 commit f1b9950Copy full SHA for f1b9950
1 file changed
.github/workflows/nodejs.yml
@@ -14,15 +14,15 @@ jobs:
14
15
strategy:
16
matrix:
17
- node-version: [16, 18, 20]
+ node-version: [18, 20, 22]
18
19
steps:
20
- uses: actions/checkout@v4
21
- name: Use Node.js ${{ matrix.node-version }}
22
uses: actions/setup-node@v4
23
with:
24
node-version: ${{ matrix.node-version }}
25
- - run: npm ci
+ - run: npm install
26
- run: npm test
27
env:
28
CI: true
0 commit comments