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 e2d64ab commit 00f0949Copy full SHA for 00f0949
.github/workflows/ci.yml
@@ -45,6 +45,9 @@ jobs:
45
- Node.js 20.x
46
- Node.js 21.x
47
- Node.js 22.x
48
+ - Node.js 23.x
49
+ - Node.js 24.x
50
+ - Node.js 25.x
51
52
include:
53
@@ -140,6 +143,15 @@ jobs:
140
143
- name: Node.js 22.x
141
144
node-version: "22"
142
145
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
155
steps:
156
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
157
0 commit comments