Skip to content
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

Closed
2 of 5 tasks
wolfy1339 opened this issue Jul 19, 2024 · 4 comments
Closed
2 of 5 tasks

Regression in Node 22.5.0 fixed in 22.5.1 #1112

wolfy1339 opened this issue Jul 19, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@wolfy1339
Copy link

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:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

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

@wolfy1339 wolfy1339 added bug Something isn't working needs triage labels Jul 19, 2024
@priya-kinthali
Copy link

Hello @wolfy1339,
Thank you for creating this issue. We will investigate it and get back to you as soon as we have some feedback.

@danielhjacobs
Copy link

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.

@RobinTail
Copy link

That thing actions/node-versions#182 is finally merged.

@RobinTail
Copy link

Should be fixed now

Screenshot 2024-07-22 at 12 24 34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants