Skip to content

Commit ca15864

Browse files
committed
Remove Node 18 from matrix as native-ts doesnt support it
1 parent 55955f3 commit ca15864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
with:
2626
no-lockfile: true
2727
npm-test-script: 'test-ci'
28-
node-versions: '18,20,22,24'
28+
node-versions: '20,22,24'
2929
os: 'ubuntu-latest,windows-latest'

0 commit comments

Comments
 (0)