Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit f1563b9

Browse files
authored
Temporarily pin Yarn to fix CI
1 parent f762728 commit f1563b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tasks/e2e-simple.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ fi
9090
if [ "$USE_YARN" = "yes" ]
9191
then
9292
# Install Yarn so that the test can use it to install packages.
93-
npm install -g yarn
93+
npm install -g yarn@0.22 # FIXME: this pin is temporary to work around a Yarn bug on CI
9494
yarn cache clean
9595
fi
9696

0 commit comments

Comments
 (0)