-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: e2e tests should stay on Yarn v2 for now #5340
Conversation
✔️ [V2] 🔨 Explore the source changes: c2ae22a 🔍 Inspect the deploy log: https://app.netlify.com/sites/docusaurus-2/deploys/61140454b7d9ec0008d08640 😎 Browse the preview: https://deploy-preview-5340--docusaurus-2.netlify.app |
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-5340--docusaurus-2.netlify.app/ |
Size Change: 0 B Total Size: 793 kB ℹ️ View Unchanged
|
@Josh-Cena this is driving me crazy :D Note:
I can reproduce the issue locally with: rm -rf my-website-canary
npx @docusaurus/init@canary init my-website-canary classic --skip-install
cd my-website-canary
rm -rf node_modules yarn.lock .yarn .yarnrc.yml
yarn -v
yarn set version berry
yarn -v
yarn set version 2.4.2
yarn -v
yarn config set pnpMode loose
yarn config set enableGlobalCache true
yarn install
yarn start |
closing in favor of #5342 |
Motivation
yarn set version berry
now picks Yarn v3 instead of v2, and e2e tests time out, so we'll figure out how to bring Yarn 3 support in a separate PRExample CI failures:
Have you read the Contributing Guidelines on pull requests?
yes
Test Plan
ci