Skip to content

Commit af90ae1

Browse files
committed
Add Node 18 to workflow
1 parent 5cdf394 commit af90ae1

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
@@ -24,5 +24,5 @@ jobs:
2424
with:
2525
no-lockfile: true
2626
npm-test-script: 'test-ci'
27-
node-versions: '20,22'
27+
node-versions: '18,20,22'
2828
os: 'ubuntu-latest,windows-latest'

0 commit comments

Comments
 (0)