Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily limit Node versions used in CI to dodge Node bug
nodejs/node#53075 results in crashes in test suite (not in cases relevant to most users) when using the latest Node v20 or v22, due to Buffer usage deep in wasm within zstd-codc subdependencies, which are challenging to resolve. For now, we just skip testing on the latest versions until this is resolved.
- Loading branch information