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

Workflows do not derive the pnpm / node versions from the repo/envirnoment/config files. #111

Closed
NullVoxPopuli opened this issue May 6, 2024 · 1 comment

Comments

@NullVoxPopuli
Copy link
Contributor

NullVoxPopuli commented May 6, 2024

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:

image

@mansona
Copy link
Member

mansona commented Jul 17, 2024

This has been fixed in #127

If you provide a packageManager we will use it 🎉

@mansona mansona closed this as completed Jul 17, 2024
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

No branches or pull requests

2 participants