You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
However we currently always point to the production version, which gives me no way of doing that without modifying the buildpack directly and deploying two forked buildpacks:
It also means that customers have no way of pegging the Node buildpack to a specific version in case of a conflict or to opt into a new feature such as we did for yarn support.
The text was updated successfully, but these errors were encountered:
If I want to test the Ember buildpack with a new version of the Node buildpack, then a reasonable assumption would be that I could do that by:
However we currently always point to the production version, which gives me no way of doing that without modifying the buildpack directly and deploying two forked buildpacks:
https://github.com/heroku/heroku-buildpack-emberjs/blob/master/buildpack/mrblib/buildpack/commands/compile.rb#L22
It also means that customers have no way of pegging the Node buildpack to a specific version in case of a conflict or to opt into a new feature such as we did for yarn support.
The text was updated successfully, but these errors were encountered: