Skip to content

Commit 09026a6

Browse files
authored
ci: include node version up to 25.x in the pipeline (#272)
1 parent fb4902f commit 09026a6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
- Node.js 21.x
6969
- Node.js 22.x
7070
- Node.js 23.x
71+
- Node.js 24.x
72+
- Node.js 25.x
7173

7274
include:
7375
- name: Node.js 0.8
@@ -166,6 +168,12 @@ jobs:
166168
- name: Node.js 23.x
167169
node-version: "23"
168170

171+
- name: Node.js 24.x
172+
node-version: "24"
173+
174+
- name: Node.js 25.x
175+
node-version: "25"
176+
169177
steps:
170178
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
171179

0 commit comments

Comments
 (0)