Skip to content

Commit fb9db6d

Browse files
committed
Drop Node 18 from CI run
1 parent 54ddca7 commit fb9db6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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,23'
28+
node-versions: '20,22,23'
2929
os: 'ubuntu-latest,windows-latest'

0 commit comments

Comments
 (0)