From f98c3e2acae7eadc8eeb55621ce9762c84e9dba0 Mon Sep 17 00:00:00 2001 From: Jeremy Morrell Date: Tue, 25 Sep 2018 19:13:32 -0700 Subject: [PATCH] Unpin the default Yarn version from 1.9.x 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. --- lib/binaries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/binaries.sh b/lib/binaries.sh index 7c3cdc07a..fd042202c 100644 --- a/lib/binaries.sh +++ b/lib/binaries.sh @@ -1,6 +1,6 @@ install_yarn() { local dir="$1" - local version=${2:-1.9.x} + local version=${2:-1.x} local number local url