Skip to content

Commit 70505ca

Browse files
chore(deps): update node.js to v22
1 parent 380f906 commit 70505ca

File tree

3 files changed

+875
-622
lines changed

3 files changed

+875
-622
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.16.0
1+
22.13.1

packages/server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Alexander Zhao <[email protected]>",
77
"license": "MIT",
88
"engines": {
9-
"node": "^20.0.0"
9+
"node": "^22.0.0"
1010
},
1111
"main": "dist/index.js",
1212
"module": "dist/index.mjs",
@@ -20,7 +20,7 @@
2020
"@rollup/plugin-terser": "^0.4.4",
2121
"@rollup/plugin-typescript": "^11.1.6",
2222
"@types/lodash": "^4.17.0",
23-
"@types/node": "^20.11.30",
23+
"@types/node": "^22.10.1",
2424
"@typescript-eslint/eslint-plugin": "^7.4.0",
2525
"@typescript-eslint/parser": "^7.4.0",
2626
"rollup": "^4.13.1",

0 commit comments

Comments
 (0)