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 205f85d commit 33402c2Copy full SHA for 33402c2
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
test:
7
strategy:
8
matrix:
9
- node: ["18.x", "20.x", "22.0.0"]
+ node: ["22.x"]
10
platform: [ubuntu-latest]
11
name: Node v${{matrix.node}} ((${{matrix.platform}}))
12
runs-on: ${{matrix.platform}}
@@ -40,7 +40,7 @@ jobs:
40
- uses: actions/checkout@v4
41
- uses: actions/setup-node@v4
42
with:
43
- node-version: "22.0.0"
+ node-version: "22.x"
44
- name: install dependencies
45
run: npm ci
46
- name: build project
0 commit comments