Skip to content

Commit 64e7373

Browse files
authored
ci: add node.js 25 to test matrix (#6843)
1 parent e4fb370 commit 64e7373

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
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
os: [ubuntu-latest, windows-latest]
49-
node-version: [18, 19, 20, 21, 22, 23, 24]
49+
node-version: [18, 19, 20, 21, 22, 23, 24, 25]
5050
# Node.js release schedule: https://nodejs.org/en/about/releases/
5151

5252
name: Node.js ${{ matrix.node-version }} - ${{matrix.os}}

0 commit comments

Comments
 (0)