Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
unpin heroku/nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetanley committed Jun 7, 2019
1 parent 38845a5 commit 8760c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildpack/mrblib/buildpack/commands/compile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def initialize(output_io, error_io, build_dir, cache_dir, env_dir)
end

def run
buildpacks = %w(heroku/nodejs-v98 heroku/ember-cli-deploy)
buildpacks = %w(heroku/nodejs heroku/ember-cli-deploy)
fastboot = dependencies["ember-cli-fastboot"]
buildpacks << "heroku/static" unless fastboot

Expand Down

0 comments on commit 8760c52

Please sign in to comment.