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 093d98b commit 373f25bCopy full SHA for 373f25b
.github/workflows/ci.yml
@@ -41,6 +41,9 @@ jobs:
41
- Node.js 20.x
42
- Node.js 21.x
43
- Node.js 22.x
44
+ - Node.js 23.x
45
+ - Node.js 24.x
46
+ - Node.js 25.x
47
48
include:
49
- name: Node.js 0.8
@@ -135,6 +138,15 @@ jobs:
135
138
- name: Node.js 22.x
136
139
node-version: "22.1"
137
140
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
150
steps:
151
- uses: actions/checkout@v4
152
0 commit comments