Node.js 22?
#23052
Replies: 1 comment 5 replies
-
Thanks for the report. I'm not aware of reported Node 22 issues at this point. Let's give it a few weeks for stability -- |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Updated from 21.7.3 to 22.0.0, and started getting a segmentation fault in GitHub Actions, consistently. Doesn't happen on my Mac, but it did reproduce in Docker. It's definitely Nx because it crashes only on 1 specific job out of over a hundred, and it works fine when I run it outside of Nx. There's nothing special about that job, it's just an invocation of
tsc
. Looked at the core dump inllnode
but that didn't provide any insight. Looks like it depends on the code, because it stops segfaulting when I comment out an import of another local package (used elsewhere too, without any problems). Disabling caching and the daemon doesn't help. Increasing memory doesn't help. Bothglibc
andmusl
.linux-x64
, just in case. I'm stumped, honestly.Asking here first and not reporting as a bug because I don't want to invest more hours putting a repro together only to find out that it's a known issue on Node.js 22 or something along those lines. Is it?
Beta Was this translation helpful? Give feedback.
All reactions