Skip to content

Commit

Permalink
Update app.json used by heroku
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hannako committed Nov 11, 2024
1 parent c06405b commit 474648f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
},
"image": "heroku/ruby",
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs"
},
{
"url": "https://github.com/heroku/heroku-buildpack-ruby"
}
Expand Down

0 comments on commit 474648f

Please sign in to comment.