We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4631a31 commit 28c1901Copy full SHA for 28c1901
.github/workflows/nodejs.yml
@@ -24,7 +24,8 @@ jobs:
24
with:
25
no-lockfile: true
26
npm-test-script: 'test-ci'
27
- node-versions: '16,18,19'
+ # Node 16 has a SegFault from C8 when using --test
28
+ node-versions: '18,19'
29
# We currently have some issues on Windows that will have to wait to be fixed
30
# os: 'ubuntu-latest,windows-latest'
31
os: 'ubuntu-latest'
0 commit comments