From 3cb97916a7df29a72fa1c1c11171299b42c33884 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Fri, 10 Sep 2021 13:25:36 +0700 Subject: [PATCH] heroku deployment fixes nodejs not installed --- app.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app.json b/app.json index 5c7534d..a7f127b 100644 --- a/app.json +++ b/app.json @@ -58,6 +58,5 @@ "quantity": 1, "size": "free" } - }, - "stack": "heroku-20" + } }