We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a768810 commit a61c5d3Copy full SHA for a61c5d3
scripts/jenkins/init-node.sh
@@ -8,7 +8,7 @@ nvm install
8
9
# clean out and install yarn
10
rm -rf ~/.yarn
11
-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
12
export PATH="$HOME/.yarn/bin:$PATH"
13
14
# Ensure that we have the local dependencies installed
0 commit comments