Skip to content

Commit 168afff

Browse files
authored
ci: also test on first supported node.js version (#646)
1 parent e539a71 commit 168afff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
node-version: [18, 19, 20, 21, 22, 23, 24, 25]
38+
node-version: [18.0.0, 18, 19, 20, 21, 22, 23, 24, 25]
3939

4040
steps:
4141
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)