From b8c1657566103a63854e952c91e9266adeeceec5 Mon Sep 17 00:00:00 2001 From: moveson Date: Mon, 16 Sep 2024 07:24:24 -0600 Subject: [PATCH] Use new chrome-for-testing buildpack for Heroku CI --- app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index f3078fe04..e20688b4b 100644 --- a/app.json +++ b/app.json @@ -6,15 +6,15 @@ "heroku-redis:in-dyno" ], "buildpacks": [ + { + "url": "heroku-community/chrome-for-testing" + }, { "url": "heroku/nodejs" }, { "url": "heroku/ruby" }, - { - "url": "https://github.com/heroku/heroku-buildpack-google-chrome" - } ], "env": { "GOOGLE_CHROME_CHANNEL": "stable",