Skip to content

Commit d577c3e

Browse files
author
Nachoo Mangas
committed
ci: add 25.x to test matrix
1 parent f2c0c45 commit d577c3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- Node.js 22.x
4545
- Node.js 23.x
4646
- Node.js 24.x
47+
- Node.js 25.x
4748

4849
include:
4950
- name: Node.js 0.8
@@ -143,6 +144,9 @@ jobs:
143144

144145
- name: Node.js 24.x
145146
node-version: "24"
147+
148+
- name: Node.js 25.x
149+
node-version: "25"
146150

147151
steps:
148152
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)