-
-
Notifications
You must be signed in to change notification settings - Fork 206
Updated Node.js to 24.5.0 / 24 to see if the OoM still occurs #2126
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
Conversation
It seems some runners are getting an old version -- release is only about 30min old, let's give it some more time and then try again. |
40d7ed6
to
f310afe
Compare
Once we have this working, we can have an update in the advisory. However, don't believe 24.5.0 fully mitigates the issue though, so cannot be considered a patch version. |
Signed-off-by: Roland Asmann <roland.asmann@gmail.com>
f310afe
to
cc14ad5
Compare
Musl binaries have been released, waiting for Docker image and Nix package. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. We can update devenv.nix file once it becomes available in nixpkgs.
Still waiting on the docker image... Maybe I shouldn't have updated that at the same time as everything else, seems they are quite slow to release it. 😞 |
Are you referring to alpine docker image? In general, I found alpine to be quite chilled and relaxed when it comes to package updates (even security updates!). For lima, for example, I ended up rolling out my own release for 3.22 here. We can keep alpine alone at 24.3 and update the rest to merge this PR? |
Yes, however I think that image is in the hands of the node-team. There actually has been a PR for it for 2 days now. Let's wait one more day, just in case they don't release during the weekend... |
Node.js 24.5.0 has been released. Updated all references to the new version.