Skip to content

Commit d8ebbe3

Browse files
committed
fix(deps): pin to node 22.4.1
Node 22.5.0 failing to successfully complete install See nodejs/node#53902
1 parent d3829da commit d8ebbe3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-and-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,25 +108,25 @@ jobs:
108108
strategy:
109109
fail-fast: false
110110
matrix:
111-
node-version: [16, 18, 20, 22]
111+
node-version: [16, 18, 20, 22.4.1]
112112
os: [macos-14, macos-12, ubuntu-latest, windows-latest]
113113
docker: [false]
114114
include:
115115
- os: ubuntu-latest
116116
docker: true
117117
alpine: false
118118
arch: arm64
119-
node-version: 22
119+
node-version: 22.4.1
120120
- os: ubuntu-latest
121121
docker: true
122122
alpine: true
123123
arch: arm64
124-
node-version: 22
124+
node-version: 22.4.1
125125
- os: ubuntu-latest
126126
docker: true
127127
alpine: true
128128
arch: amd64
129-
node-version: 22
129+
node-version: 22.4.1
130130
- os: ubuntu-latest
131131
docker: true
132132
alpine: false
@@ -222,4 +222,4 @@ jobs:
222222
GITHUB_TOKEN: ${{ github.token }}
223223
DRY_RUN: true
224224

225-
- run: echo "New Release will be v${{ steps.publish.outputs.version }}"
225+
- run: echo "New Release will be v${{ steps.publish.outputs.version }}"

0 commit comments

Comments
 (0)