From a8e5629da37b0eb104e33c68e9e28451a7a181d2 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sun, 3 Jun 2018 21:21:53 +0300 Subject: [PATCH] use node 10 for heroku --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 43abbbf..59190ab 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,9 @@ "react/node_modules", "node_modules" ], + "engines": { + "node": "10.x.x" + }, "author": "", "dependencies": { "body-parser": "^1.18.3",