add vesion 12 and 14 to node engine in package.json

This commit is contained in:
Jayadeep KM 2020-10-09 12:25:50 +05:30
parent 9ee877f3e6
commit 17c09b0853

View File

@ -9,7 +9,7 @@
}, },
"engines": { "engines": {
"yarn": "1.x", "yarn": "1.x",
"node": "14.x" "node": "^12 || ^14"
}, },
"scripts": { "scripts": {
"heroku-prebuild": "scripts/heroku/prebuild.sh", "heroku-prebuild": "scripts/heroku/prebuild.sh",