Skip to content

Commit 3a36693

Browse files
authored
Update e2e.sh (#1167)
1 parent b61dc67 commit 3a36693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tasks/e2e.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ root_path=$PWD
5656
if [ "$USE_YARN" = "yes" ]
5757
then
5858
# Install Yarn so that the test can use it to install packages.
59-
npm install -g yarn
59+
npm install -g yarn@0.17.10 # TODO: remove version when https://github.com/yarnpkg/yarn/issues/2142 is fixed.
6060
yarn cache clean
6161
fi
6262

0 commit comments

Comments
 (0)