-
Notifications
You must be signed in to change notification settings - Fork 144
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
Bump Release for Node 18.20 Memory Leak fix #219
Comments
@cortinico @tuncaulubilge are you able to rebuild and redeploy the image to get this resolved? |
Please send a PR that bumps the Node version and if the CI is green we can merge it |
As far as I see the Node version is only specific to the major version 18, just I just go ahead and PR bumping it to the active LTS 20? |
Nope we can't bump Node to 20 as of now. |
Ok I see the N script should be able to handle 18.20 vs 18 - PRed here |
We use this image for CI builds of React Native, can we bump out a release to use at least Node 18.20? I'm getting 18.19 in my CI pipeline and there's a critical fix in 18.20 for a memory leak in Jest tests that has been out there for 2.5 years and requiring running Jest with --workerIdleMemoryLimit set to a low number like 100mb to prevent OOMs in the CI runner.
jestjs/jest#11956
https://nodejs.org/en/blog/release/v18.20.0#vm-fix-v8-compilation-cache-support-for-vmscript
The text was updated successfully, but these errors were encountered: