Skip to content

Commit e1f55de

Browse files
authored
ci: add Node.js 25 to ci.yml (#299)
1 parent c80726b commit e1f55de

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
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
os: [windows-latest, macOS-latest, ubuntu-latest]
39-
node-version: [18.x, 20.x, 22.x, 24.x]
39+
node-version: [18.x, 20.x, 22.x, 24.x, 25.x]
4040

4141
steps:
4242
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)