Skip to content

Commit d422f41

Browse files
committed
Node version?
1 parent f84fa7f commit d422f41

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node: ["18", "20", "22"]
8+
node: ["18", "20", "22.4.1"]
99
name: Node ${{ matrix.node }}
1010
steps:
1111
- name: Checkout repository
@@ -14,8 +14,6 @@ jobs:
1414
uses: actions/setup-node@v4
1515
with:
1616
node-version: ${{ matrix.node }}
17-
- name: Install working npm
18-
run: npm install -g [email protected]
1917
- name: Install
2018
run: npm ci
2119
- name: Build
@@ -37,7 +35,7 @@ jobs:
3735
- name: Set up Node
3836
uses: actions/setup-node@v4
3937
with:
40-
node-version: 22
38+
node-version: 22.4.1
4139
- name: Install
4240
run: npm ci
4341
- name: Build

0 commit comments

Comments
 (0)