Update deployment runtime to Node 8.9.x

This commit is contained in:
Mars Hall
2018-02-05 21:06:35 -08:00
parent 342b99fb18
commit f33fd473aa

View File

@@ -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",