Update deployment runtime to Node 8.9.x
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"version": "1.0.0",
|
||||
"description": "How to use create-react-app with a custom Node API on Heroku",
|
||||
"engines": {
|
||||
"node": "6.11.x"
|
||||
"node": "8.9.x"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node server",
|
||||
|
||||
Reference in New Issue
Block a user