Closed NullVoxPopuli closed 3 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:
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 🎉
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: