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 9704cc5 commit 40dfba0Copy full SHA for 40dfba0
.github/workflows/build.yml
@@ -18,7 +18,8 @@ jobs:
18
# TODO (#2114): re-enable osx build.
19
# os: [ubuntu-latest, macos-latest]
20
os: [ubuntu-latest]
21
- node-version: [18.x, 20.x, 22.x]
+ # TODO(#8392): unpin v22 once npm issue fixed.
22
+ node-version: [18.x, 20.x, 22.4.1]
23
# See supported Node.js release schedule at
24
# https://nodejs.org/en/about/releases/
25
0 commit comments