Skip to content

Commit 00f0949

Browse files
authored
ci: update Node.js matrices up to v25 (#66)
1 parent e2d64ab commit 00f0949

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
@@ -45,6 +45,9 @@ jobs:
4545
- Node.js 20.x
4646
- Node.js 21.x
4747
- Node.js 22.x
48+
- Node.js 23.x
49+
- Node.js 24.x
50+
- Node.js 25.x
4851

4952
include:
5053

@@ -140,6 +143,15 @@ jobs:
140143
- name: Node.js 22.x
141144
node-version: "22"
142145

146+
- name: Node.js 23.x
147+
node-version: "23"
148+
149+
- name: Node.js 24.x
150+
node-version: "24"
151+
152+
- name: Node.js 25.x
153+
node-version: "25"
154+
143155
steps:
144156
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
145157

0 commit comments

Comments
 (0)