Skip to content

Commit

Permalink
Unpin the default Yarn version from 1.9.x
Browse files Browse the repository at this point in the history
Now that 1.11.0 is released with yarnpkg/yarn#6413 merged,
Heroku users should see fewer failed builds due to 500 responses from
the registry.
  • Loading branch information
Jeremy Morrell committed Oct 3, 2018
1 parent 76d0f05 commit f98c3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/binaries.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
install_yarn() {
local dir="$1"
local version=${2:-1.9.x}
local version=${2:-1.x}
local number
local url

Expand Down

0 comments on commit f98c3e2

Please sign in to comment.