Skip to content
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

Merged
merged 6 commits into from
Feb 21, 2025
Merged

Conversation

Skn0tt
Copy link
Member

@Skn0tt Skn0tt commented Feb 17, 2025

@Skn0tt Skn0tt requested review from mxschmitt and Copilot February 17, 2025 13:31
@Skn0tt Skn0tt self-assigned this Feb 17, 2025

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.

@@ -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
Copy link
Member

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?

@Skn0tt
Copy link
Member Author

Skn0tt commented Feb 19, 2025

I rebased this onto main now that the other changes landed as #141. Sorry, the stuff you commented on was an experiment that led to #141, should've marked as draft before :/

@Skn0tt
Copy link
Member Author

Skn0tt commented Feb 19, 2025

the damn ci is still broken :/

@Skn0tt Skn0tt marked this pull request as draft February 19, 2025 14:01
@Skn0tt Skn0tt marked this pull request as ready for review February 21, 2025 10:02
@Skn0tt Skn0tt merged commit be7c7bc into microsoft:main Feb 21, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Cannot install Playwright with yarn following instructions
2 participants