Skip to content

Commit 717ed07

Browse files
committed
manually test node16 due to c8 segfault
1 parent b32a23d commit 717ed07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
with:
2525
no-lockfile: true
2626
npm-test-script: 'test-ci'
27-
node-versions: '16,18,19'
27+
# Node 16 has a SegFault from C8 when using --test
28+
node-versions: '18,19'
2829
# We currently have some issues on Windows that will have to wait to be fixed
2930
# os: 'ubuntu-latest,windows-latest'
3031
os: 'ubuntu-latest'

0 commit comments

Comments
 (0)