Skip to content

Commit 08526ea

Browse files
authored
chore: add node v25 to test matrix (#144)
1 parent f73ed33 commit 08526ea

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
@@ -35,7 +35,7 @@ jobs:
3535

3636
strategy:
3737
matrix:
38-
node-version: [18, 20, 22, 24]
38+
node-version: [18, 20, 22, 24, 25]
3939

4040
env:
4141
CI: true

0 commit comments

Comments
 (0)