We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hard-coding version 8 has broken everyone to upgrading to version 9.
For now, I've been replacing this with a GH action that does all this for me:
- uses: wyvox/action-setup-pnpm@v3
it's been much less brittle because it reads all the places pnpm version can be set
Been doing this on a few PRs:
The text was updated successfully, but these errors were encountered:
Fix release-plan workflows due to embroider-build/create-release-plan…
8cb7ed2
…-setup#111
This has been fixed in #127
If you provide a packageManager we will use it 🎉
Sorry, something went wrong.
No branches or pull requests
hard-coding version 8 has broken everyone to upgrading to version 9.
For now, I've been replacing this with a GH action that does all this for me:
it's been much less brittle because it reads all the places pnpm version can be set
Been doing this on a few PRs:
The text was updated successfully, but these errors were encountered: