mirror of https://github.com/status-im/codimd.git
fix #1206
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:
parent
969189b900
commit
2d8626a983
|
@ -193,7 +193,7 @@
|
||||||
"utf-8-validate": "~5.0.1"
|
"utf-8-validate": "~5.0.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.0.0"
|
"node": ">=8.0.0 <12.0.0"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue