If your GitHub Actions are failing right now (specifically on Node 22), here are the GitHub issues you may be interested in subscribing to:

https://github.com/npm/cli/issues/7672
https://github.com/actions/setup-node/issues/1112
https://github.com/actions/node-versions/pull/182

[BUG] npm error Exit handler never called exits with status code 0 · Issue #7672 · npm/cli

Is there an existing issue for this? I have searched the existing issues This issue exists in the latest npm version I am using the latest npm Current Behavior This issue, related to #7666 and #766...

GitHub
Just an update here: I can verify that it’s safe to restore Node 22.x to your test suites on GitHub Actions
@zachleat Started happening with CodeBuild last night. Had to revert back to Node.js 20.
@naiyer lost a few hours on this 😭
@zachleat It took me way to longer to figure out that the issue is actually in the CLI. 😩
@stefanzweifel I too have been crying at my desk this morning about this 😅
@zachleat @stefanzweifel Me the whole afternoon. Now I know much more about npm. 🤨
@zachleat @stefanzweifel I started looking, because the storage of the VM which hosts our Gitea runner was full. Cleaned it up, and it still didn’t work. 🤯