From 474648f19d391216c1d2d188e2c59f8921052425 Mon Sep 17 00:00:00 2001 From: Jessica Jones Date: Mon, 11 Nov 2024 12:17:30 +0000 Subject: [PATCH] Update app.json used by heroku Our review apps were failing when the line Installing yarn-v1.22.22 was run. The error message from Heroku suggested specifically adding a buildpack for node.js before the ruby buildpack is fetched. --- app.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.json b/app.json index e33d9d171..eca807df3 100644 --- a/app.json +++ b/app.json @@ -39,6 +39,9 @@ }, "image": "heroku/ruby", "buildpacks": [ + { + "url": "https://github.com/heroku/heroku-buildpack-nodejs" + }, { "url": "https://github.com/heroku/heroku-buildpack-ruby" }