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.
2 parents b37fab9 + a48c698 commit 4bbda2dCopy full SHA for 4bbda2d
.github/workflows/npm.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
platform: [ubuntu-latest, windows-latest]
19
- node-version: [16.x, 17.x, 18.x]
+ node: [18, 19, 20, 21]
20
runs-on: ${{ matrix.platform }}
21
steps:
22
- name: Clone repository
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Node.js
26
uses: actions/setup-node@v3
27
with:
28
- node-version: ${{ env.node-version }}
+ node-version: ${{ matrix.node }}
29
30
- name: Install npm dependencies
31
run: npm install
0 commit comments