mirror of https://github.com/zulip/zulip.git
dependencies: Upgrade yarn to 1.16.0.
This commit is contained in:
parent
30da8bdf9b
commit
9a84a60029
|
@ -8,7 +8,7 @@ if [ "$TRAVIS" ] ; then
|
|||
fi
|
||||
YARN_PACKAGE_JSON="$ZULIP_SRV/zulip-yarn/package.json"
|
||||
node_version=8.11.1
|
||||
yarn_version=1.15.2
|
||||
yarn_version=1.16.0
|
||||
|
||||
# This is a fix for the fact that nvm uses $HOME to determine which
|
||||
# user account's home directory to ~/.config to. Ideally, we'd have a
|
||||
|
|
Loading…
Reference in New Issue