-
Notifications
You must be signed in to change notification settings - Fork 45
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
fix(yarn): only pass -W to yarn classic #140
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
.github/workflows/ci.yml
Outdated
@@ -19,8 +19,8 @@ jobs: | |||
with: | |||
node-version: ${{ matrix.node-version }} | |||
cache: 'npm' | |||
- run: npm i -g yarn@latest | |||
- run: npm i -g yarn@1 | |||
- run: yarn set version stable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its odd to call yarn before it was installed. This assumes that Yarn was already available before? can we flip?
the damn ci is still broken :/ |
Resolves microsoft/playwright#34805