-
Notifications
You must be signed in to change notification settings - Fork 90
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
Switch package manager from yarn
to pnpm
#1662
Conversation
How do these work, how can I see what is hidden in this action, what does cache do here exactly? meilisearch-js/.github/workflows/tests.yml Lines 69 to 73 in 6cd64e9
I need to know this, it might need adjustments. EDIT: I'm guessing it sets up EDIT: I thought this might require changes in |
Hi @flevi29, although I see the pnpm is faster than yarn, I don't think we should move away from the current package manager because we have yarn set up in the other js apps/libs across the org. Changing that to a different one will be a pain 😅. |
Okay, fair enough. However my suggestion would make it so that nothing would have to be changed in all the other repositories.
We could adopt
|
Closing as not planned. |
Pull Request
Related issue
Fixes #1660
What does this PR do?
pnpm
yarn.lock
topnpm-lock.yaml
corepack
, so that installingpnpm
becomes trivialpackageManager
entry topackage.json