Skip to content

Commit b85fe58

Browse files
authored
ci: add node.js 25 to test matrix (#650)
1 parent 721c76d commit b85fe58

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]
38+
node-version: [18, 19, 20, 21, 22, 23, 24, 25]
3939

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

0 commit comments

Comments
 (0)