feat: Increase required minimum Node versions to 18.20.4, 20.18.0, 22.12.0 (#9521)

BREAKING CHANGE: This releases increases the required minimum Node versions to 18.20.4, 20.18.0, 22.12.0 and removes unofficial support for Node 19.
This commit is contained in:
Manuel
2025-01-11 18:42:22 +01:00
committed by GitHub
parent a579eebe79
commit 4e151cd0a5
4 changed files with 28 additions and 28 deletions

View File

@@ -140,7 +140,7 @@
"madge:circular": "node_modules/.bin/madge ./src --circular"
},
"engines": {
"node": ">=18.0.0 <19.0.0 || >=19.0.0 <20.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0"
"node": ">=18.20.4 <19.0.0 || >=20.18.0 <21.0.0 || >=22.12.0 <23.0.0"
},
"bin": {
"parse-server": "bin/parse-server"