mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
misc(test): make E2E test use stable Yarn berry (#6848)
This commit is contained in:
parent
3e38380b69
commit
4e6166f326
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue