Skip to content

Commit a40fcd4

Browse files
authored
ci: add Node.js 25 to test matrix (#284)
1 parent 7740dde commit a40fcd4

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
@@ -45,7 +45,7 @@ jobs:
4545
matrix:
4646
os: [ubuntu-latest, windows-latest]
4747
# Node.js release schedule: https://nodejs.org/en/about/releases/
48-
node-version: [18, 19, 20, 21, 22, 23, 24]
48+
node-version: [18, 19, 20, 21, 22, 23, 24, 25]
4949
steps:
5050
- uses: actions/checkout@v6
5151

0 commit comments

Comments
 (0)