Skip to content

Commit 6a2f25d

Browse files
authored
ci: Add Node.js version 25 to CI workflow (#551)
1 parent 9c5bb5b commit 6a2f25d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
node-version:
15+
- 25
1516
- 24
1617
- 22
1718
- 20
@@ -90,6 +91,7 @@ jobs:
9091
fail-fast: false
9192
matrix:
9293
node-version:
94+
- 25
9395
- '24.0.0' # minimum supported v24
9496
- 24
9597
- '22.13.1' # minimum supported v22

0 commit comments

Comments
 (0)