Skip to content

Commit 373f25b

Browse files
authored
ci: add Node.js 23.x, 24.x, 25.x to CI matrix (#85)
1 parent 093d98b commit 373f25b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- Node.js 20.x
4242
- Node.js 21.x
4343
- Node.js 22.x
44+
- Node.js 23.x
45+
- Node.js 24.x
46+
- Node.js 25.x
4447

4548
include:
4649
- name: Node.js 0.8
@@ -135,6 +138,15 @@ jobs:
135138
- name: Node.js 22.x
136139
node-version: "22.1"
137140

141+
- name: Node.js 23.x
142+
node-version: "23"
143+
144+
- name: Node.js 24.x
145+
node-version: "24"
146+
147+
- name: Node.js 25.x
148+
node-version: "25"
149+
138150
steps:
139151
- uses: actions/checkout@v4
140152

0 commit comments

Comments
 (0)