-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
pnpm command does not exist #1165
Comments
Hi, @misogihagi 👋, Thank you for the feature request, we will investigate it and get back to you as soon as we have updates. |
pnpm is already supported. per the project readme, specify |
My apologies.
It doesn't work because pnpm doesn't exist. yarn exists! Similar to the #530 . Why does yarn exist in default? |
Yarn is in the GitHub runner images, while pnpm is not: You could enable corepack or install pnpm with npm or Yarn. Or use this action: |
Thanks! |
Description:
I'm using pnpm in my project.
setup-node does not work.
Justification:
yarn is available. why don't we use also pnpm?
The text was updated successfully, but these errors were encountered: