heroku / heroku-buildpack-clojure

Heroku's buildpack for Clojure applications.
MIT License
117 stars 114 forks source link

Drop dependency on nodebin.herokai.com #143

Closed joshwlewis closed 1 year ago

joshwlewis commented 1 year ago

The Node.js version resolver service, nodebin.herokai.com is being retired, as documented here. https://devcenter.heroku.com/changelog-items/2598.

This PR drops the dependency on the version resolver service, relying on the nodebin S3 bucket directly instead (this is where the official Node.js buildpack downloads from as well).

This PR also updates the default Node.js version to the current Active LTS. The default version was pointed at a 2017 release, that is well past end-of-life.

edmorley commented 1 year ago

@Malax @joshwlewis Gentle reminder that this needs a buildpack release to pick up the change :-)