Upgrade node version in heroku build config

This commit is contained in:
Ramon Wenger 2021-12-21 15:05:37 +01:00
parent 5236d6a2ed
commit 0f01ec8038
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"heroku-postbuild": "npm install --prefix client && npm run build --prefix client"
},
"engines": {
"node": "8.x"
"node": "12.x"
},
"dependencies": {
"babel-polyfill": "^6.26.0",