Skip to content

Commit e733101

Browse files
committed
Update server Node version to v22 latest
1 parent d1f10a6 commit e733101

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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: 22.14.0
19+
node-version: 22.20.0
2020

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
}
157157
},
158158
"engines": {
159-
"node": "v22.14.0"
159+
"node": "v22.20.0"
160160
},
161161
"keywords": [
162162
"http",
@@ -199,7 +199,7 @@
199199
}
200200
},
201201
"node": {
202-
"version": "22.14.0",
202+
"version": "22.20.0",
203203
"targets": [
204204
"win32-x64",
205205
"linux-x64",

0 commit comments

Comments
 (0)