Skip to content

Commit ca888f3

Browse files
chore(deps): update node.js to v22
1 parent 690a73f commit ca888f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lockb

1.96 KB
Binary file not shown.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@swc/helpers": "0.5.11",
6262
"@types/express": "4.17.21",
6363
"@types/jest": "^29.5.12",
64-
"@types/node": "20.14.9",
64+
"@types/node": "22.10.2",
6565
"@typescript-eslint/eslint-plugin": "^7.14.1",
6666
"@typescript-eslint/parser": "^7.14.1",
6767
"@typescript-eslint/utils": "^8.0.0-alpha.28",
@@ -81,9 +81,9 @@
8181
"webpack-cli": "^5.1.4"
8282
},
8383
"engines": {
84-
"node": "20"
84+
"node": "22"
8585
},
8686
"volta": {
87-
"node": "20.15.0"
87+
"node": "22.12.0"
8888
}
8989
}

0 commit comments

Comments
 (0)