From 8737c90ae7dd9e2f7199316ae2152dca423cdcb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Thu, 7 Dec 2017 19:57:26 +0100 Subject: [PATCH] chore(*): bump Yarn in Jenkins init-node script Without it Jenkins builds are broken. --- scripts/jenkins/init-node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/jenkins/init-node.sh b/scripts/jenkins/init-node.sh index dcb97e659677..d851d974a9f0 100755 --- a/scripts/jenkins/init-node.sh +++ b/scripts/jenkins/init-node.sh @@ -8,7 +8,7 @@ nvm install # clean out and install yarn rm -rf ~/.yarn -curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.21.3 +curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2 export PATH="$HOME/.yarn/bin:$PATH" # Ensure that we have the local dependencies installed