Skip to content

Commit 5c60a70

Browse files
committed
Update to Node 22.14.0
1 parent edd1d64 commit 5c60a70

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 20.18.1
19+
node-version: 22.14.0
2020

2121
- run: npm install -g npm@^8
2222

package-lock.json

+10-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
}
158158
},
159159
"engines": {
160-
"node": "v20.18.1"
160+
"node": "v22.14.0"
161161
},
162162
"keywords": [
163163
"http",
@@ -200,7 +200,7 @@
200200
}
201201
},
202202
"node": {
203-
"version": "20.18.1",
203+
"version": "22.14.0",
204204
"targets": [
205205
"win32-x64",
206206
"linux-x64",

0 commit comments

Comments
 (0)