Browse Source
Stop using heroku-buildpack-nodejs (#14341)
heroku-buildpack-ruby started to install Node 12 by default.
This makes it possible to run Mastodon without heroku-buildpack-nodejs.
master
Daigo 3 Dango
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
app.json
|
|
@ -88,9 +88,6 @@ |
|
|
|
{ |
|
|
|
"url": "https://github.com/heroku/heroku-buildpack-apt" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "heroku/nodejs" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "heroku/ruby" |
|
|
|
} |
|
|
|