-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression in Node 22.5.0 fixed in 22.5.1 #1112
Comments
Hello @wolfy1339, |
I believe this action's underlying runner, https://github.com/actions/node-versions, is updated every 12 hours with new releases on an automated schedule: https://github.com/actions/node-versions/blob/main/.github/workflows/get-node-versions.yml. The new PR in that repo will need to be merged: actions/node-versions#182. |
Because actions/setup-node#1112 is still outstanding this is necessary for CI to work
That thing actions/node-versions#182 is finally merged. |
Description:
There is a bug in Node v22.5.0 that causes NPM to fail installation of modules.
NodeJS just released a new version containing a fix
nodejs/node#53935
Action version:
v4
Platform:
Runner type:
Tools version:
Repro steps:
A description with steps to reproduce the issue. If you have a public example or repo to share, please provide the link.
See npm/cli#7657 nodejs/node#53902
Expected behavior:
A description of what you expected to happen.
For the new Node release to be available whenever it gets published. nodejs/node#53935
Actual behavior:
Node 22.5.0 is broken and 22.5.1 is not available
The text was updated successfully, but these errors were encountered: