Limit the node version to be used in package.json.
This prevents heroku one click deployment to use unsupported nodeJS.

Signed-off-by: t.goto <tomoyan777@gmail.com>
This commit is contained in:
t.goto 2019-08-13 14:01:05 +09:00
parent 969189b900
commit 2d8626a983
2 changed files with 1041 additions and 1016 deletions

View File

@ -193,7 +193,7 @@
"utf-8-validate": "~5.0.1"
},
"engines": {
"node": ">=8.0.0"
"node": ">=8.0.0 <12.0.0"
},
"maintainers": [
{

2055
yarn.lock

File diff suppressed because it is too large Load Diff