Unverified Commit 6ea576cf authored by Jeremy Morrell's avatar Jeremy Morrell Committed by GitHub

Default to yarn 1.9.x for now (#568)

parent 998beb13
install_yarn() { install_yarn() {
local dir="$1" local dir="$1"
local version=${2:-1.x} local version=${2:-1.9.x}
local number local number
local url 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