Skip to content

Commit 40dfba0

Browse files
cpcallengonfunko
authored andcommitted
chore: Pin node.js v22 to v22.4.1 in CI (#8393)
This should work around nodejs/node#53902 / npm/cli#7657 et al.
1 parent 9704cc5 commit 40dfba0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
# TODO (#2114): re-enable osx build.
1919
# os: [ubuntu-latest, macos-latest]
2020
os: [ubuntu-latest]
21-
node-version: [18.x, 20.x, 22.x]
21+
# TODO(#8392): unpin v22 once npm issue fixed.
22+
node-version: [18.x, 20.x, 22.4.1]
2223
# See supported Node.js release schedule at
2324
# https://nodejs.org/en/about/releases/
2425

0 commit comments

Comments
 (0)