Unverified Commit 549a36a9 authored by Jeremy Morrell's avatar Jeremy Morrell Committed by GitHub

Unpin the default Yarn version from 1.9.x (#569)

Now that 1.11.0 is released with https://github.com/yarnpkg/yarn/pull/6413 merged,
Heroku users should see fewer failed builds due to 500 responses from
the registry.
parent 76d0f059
install_yarn() {
local dir="$1"
local version=${2:-1.9.x}
local version=${2:-1.x}
local number
local url
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment