Upgrade node version in heroku build config
This commit is contained in:
parent
5236d6a2ed
commit
0f01ec8038
|
|
@ -6,7 +6,7 @@
|
||||||
"heroku-postbuild": "npm install --prefix client && npm run build --prefix client"
|
"heroku-postbuild": "npm install --prefix client && npm run build --prefix client"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "8.x"
|
"node": "12.x"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-polyfill": "^6.26.0",
|
"babel-polyfill": "^6.26.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue