Skip to content

Commit d5ba3e3

Browse files
committed
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.
1 parent fbb20d6 commit d5ba3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
strategy:
99
matrix:
10-
node-version: [14.x, 16.x, 18.x, 20.x, v20.11.1, 22.x, '*']
10+
node-version: [14.x, 16.x, 18.x, 20.14.x, v20.11.1, 22.1.x]
1111

1212
steps:
1313
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)