feat: add support for Node 17 and 18 (#7896)

This commit is contained in:
Manuel
2022-05-06 19:12:19 +02:00
committed by GitHub
parent 68b15c298e
commit 3e9f292d84
7 changed files with 37 additions and 20 deletions

View File

@@ -135,7 +135,7 @@
"madge:circular": "node_modules/.bin/madge ./src --circular"
},
"engines": {
"node": ">=12.22.10 <17"
"node": ">=12.22.10 <19"
},
"bin": {
"parse-server": "bin/parse-server"