feat: Add Node 22 support (#9187)

This commit is contained in:
Manuel
2024-07-09 12:58:51 +02:00
committed by GitHub
parent da2f24d0c6
commit 7778471999
6 changed files with 103 additions and 120 deletions

View File

@@ -54,6 +54,7 @@
"pg-monitor": "2.0.0",
"pg-promise": "11.7.8",
"pluralize": "8.0.0",
"punycode": "2.3.1",
"rate-limit-redis": "4.2.0",
"redis": "4.6.13",
"semver": "7.6.0",
@@ -138,7 +139,7 @@
"madge:circular": "node_modules/.bin/madge ./src --circular"
},
"engines": {
"node": ">=18.0.0 <21"
"node": "18 || 19 || 20 || 22"
},
"bin": {
"parse-server": "bin/parse-server"