feat: Add support for Node 20, drop support for Node 14, 16 (#8907)

BREAKING CHANGE: Removes support for Node 14 and 16
This commit is contained in:
Corey
2024-02-14 10:56:49 -08:00
committed by GitHub
parent 104990b52a
commit ced487246e
7 changed files with 55 additions and 68 deletions

View File

@@ -137,7 +137,7 @@
"madge:circular": "node_modules/.bin/madge ./src --circular"
},
"engines": {
"node": ">=14.21.0 <17 || >=18 <19"
"node": ">=18.0.0 <21"
},
"bin": {
"parse-server": "bin/parse-server"