Rails 7: Fix yarn missing on Heroku
Rails 7 dropped the old webpacker clue Heroku used, so Yarn only appears if you add the Node buildpack yourself.
Rob Zolkos
Building Software. Lots of AI lately. Curious and creative. Sharing what I learn.
You can find me on Twitter, GitHub, or write me an email
Rails 7 dropped the old webpacker clue Heroku used, so Yarn only appears if you add the Node buildpack yourself.
One `setup-node` setting can save a legacy GitHub Actions build from using the wrong Node version.
Chrome DevTools can catch the exact JavaScript line that secretly mutates your DOM.