From b00b5c81e63feacf3a49901d4ca1eb8bf1e4d69c Mon Sep 17 00:00:00 2001 From: DIYgod Date: Mon, 19 Nov 2018 02:06:31 +0800 Subject: [PATCH] specifying node version in heroku, try to fix deploy crash --- app.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.json b/app.json index f01d4f00f..29ce1eca9 100644 --- a/app.json +++ b/app.json @@ -5,6 +5,9 @@ "website": "https://docs.rsshub.app/", "logo": "https://i.imgur.com/NZpRScX.png", "keywords": ["RSS"], + "engines": { + "node": "10.x" + }, "env": { "PORT": { "value": "80",