Skip to content

Commit 86adbd0

Browse files
agraciokkoopa
authored andcommitted
adding Node.js 25 to CI
1 parent 15fa8e0 commit 86adbd0

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
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
node-version: [24.x, 23.x, 22.x, 21.x, 20.x, 19.x, 18.x, 17.x, 16.x]
25+
node-version: [25.x, 24.x, 23.x, 22.x, 21.x, 20.x, 19.x, 18.x, 17.x, 16.x]
2626
os: [windows-latest]
2727
include:
2828
- node-version: lts/*

0 commit comments

Comments
 (0)