misc(test): make E2E test use stable Yarn berry (#6848)

This commit is contained in:
Joshua Chen 2022-03-05 15:00:06 +08:00 committed by GitHub
parent 3e38380b69
commit 4e6166f326
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,9 +72,6 @@ jobs:
- name: Install test-website project with Yarn Berry and nodeLinker = ${{ matrix.nodeLinker }}
run: |
yarn set version berry
# https://github.com/facebook/docusaurus/pull/6350#issuecomment-1013214763
# Remove this after Yarn 3.2
yarn set version canary
yarn config set nodeLinker ${{ matrix.nodeLinker }}
yarn config set npmRegistryServer http://localhost:4873