We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4902f commit 09026a6Copy full SHA for 09026a6
1 file changed
.github/workflows/ci.yml
@@ -68,6 +68,8 @@ jobs:
68
- Node.js 21.x
69
- Node.js 22.x
70
- Node.js 23.x
71
+ - Node.js 24.x
72
+ - Node.js 25.x
73
74
include:
75
- name: Node.js 0.8
@@ -166,6 +168,12 @@ jobs:
166
168
- name: Node.js 23.x
167
169
node-version: "23"
170
171
+ - name: Node.js 24.x
172
+ node-version: "24"
173
+
174
+ - name: Node.js 25.x
175
+ node-version: "25"
176
177
steps:
178
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
179
0 commit comments