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 211f45a commit 184bb99Copy full SHA for 184bb99
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- uses: actions/setup-node@v4
18
with:
19
- node-version: 20.11.1
+ node-version: 20.18.1
20
21
- run: npm install -g npm@^8
22
package.json
@@ -157,7 +157,7 @@
157
}
158
},
159
"engines": {
160
- "node": "v20.11.1"
+ "node": "v20.18.1"
161
162
"keywords": [
163
"http",
@@ -200,7 +200,7 @@
200
201
202
"node": {
203
- "version": "20.11.1",
+ "version": "20.18.1",
204
"targets": [
205
"win32-x64",
206
"linux-x64",
0 commit comments