Skip to content

Commit a61c5d3

Browse files
authored
chore(*): bump Yarn in Jenkins init-node script
Without it Jenkins builds are broken. Closes angular#16365
1 parent a768810 commit a61c5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jenkins/init-node.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nvm install
88

99
# clean out and install yarn
1010
rm -rf ~/.yarn
11-
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.21.3
11+
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
1212
export PATH="$HOME/.yarn/bin:$PATH"
1313

1414
# Ensure that we have the local dependencies installed

0 commit comments

Comments
 (0)