]> cat aescling's git repositories - mastodon.git/commitdiff
Stop using heroku-buildpack-nodejs (#14341)
authorDaigo 3 Dango <zunda@users.noreply.github.com>
Thu, 16 Jul 2020 20:01:34 +0000 (10:01 -1000)
committerGitHub <noreply@github.com>
Thu, 16 Jul 2020 20:01:34 +0000 (22:01 +0200)
heroku-buildpack-ruby started to install Node 12 by default.
This makes it possible to run Mastodon without heroku-buildpack-nodejs.

app.json

index 211f17d812e221267284367ee30ce37b0efffe63..e4f7cf403ec4a0d4c84bcf3efc27012c34153915 100644 (file)
--- a/app.json
+++ b/app.json
@@ -88,9 +88,6 @@
     {
       "url": "https://github.com/heroku/heroku-buildpack-apt"
     },
-    {
-      "url": "heroku/nodejs"
-    },
     {
       "url": "heroku/ruby"
     }