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 d1f10a6 commit e733101Copy full SHA for e733101
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- uses: actions/setup-node@v4
18
with:
19
- node-version: 22.14.0
+ node-version: 22.20.0
20
21
- run: npm install -g npm@^8
22
package.json
@@ -156,7 +156,7 @@
156
}
157
},
158
"engines": {
159
- "node": "v22.14.0"
+ "node": "v22.20.0"
160
161
"keywords": [
162
"http",
@@ -199,7 +199,7 @@
199
200
201
"node": {
202
- "version": "22.14.0",
+ "version": "22.20.0",
203
"targets": [
204
"win32-x64",
205
"linux-x64",
0 commit comments