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 f84fa7f commit d422f41Copy full SHA for d422f41
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- node: ["18", "20", "22"]
+ node: ["18", "20", "22.4.1"]
9
name: Node ${{ matrix.node }}
10
steps:
11
- name: Checkout repository
@@ -14,8 +14,6 @@ jobs:
14
uses: actions/setup-node@v4
15
with:
16
node-version: ${{ matrix.node }}
17
- - name: Install working npm
18
- run: npm install -g [email protected]
19
- name: Install
20
run: npm ci
21
- name: Build
@@ -37,7 +35,7 @@ jobs:
37
35
- name: Set up Node
38
36
39
40
- node-version: 22
+ node-version: 22.4.1
41
42
43
0 commit comments