Skip to content

Commit 505f28f

Browse files
authored
Revert "chore: Pin node.js v22 to v22.4.1 in CI (#8393)" (#8398)
This reverts commit 1e3d3fd.
1 parent 47c9750 commit 505f28f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)