embroider-build / create-release-plan-setup

MIT License
6 stars 6 forks source link

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

Closed NullVoxPopuli closed 3 months ago

NullVoxPopuli commented 6 months ago

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 commented 3 months ago

This has been fixed in https://github.com/embroider-build/create-release-plan-setup/pull/127

If you provide a packageManager we will use it 🎉