Skip to content

Commit 549a36a

Browse files
authored
Unpin the default Yarn version from 1.9.x (#569)
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.
1 parent 76d0f05 commit 549a36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/binaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
install_yarn() {
22
local dir="$1"
3-
local version=${2:-1.9.x}
3+
local version=${2:-1.x}
44
local number
55
local url
66

0 commit comments

Comments
 (0)