pnpm / action-setup

Install pnpm package manager
https://github.com/marketplace/actions/setup-pnpm
MIT License
936 stars 89 forks source link

Doesn't work with pnpm v7 #28

Closed zkochan closed 2 years ago

zkochan commented 2 years ago

I just release pnpm v7.0.0-alpha.0 and for some reason it doesn't work with this action. Looks like it doesn't appear in the PATH. Might be related to this: https://github.com/pnpm/pnpm/pull/4280

KSXGitHub commented 2 years ago

This action only calls the self installer provided by pnpm: https://github.com/pnpm/action-setup/blob/7c4472dbcf6f5e617e536d979f28d932ef243ad9/src/install-pnpm/run.ts#L8-L29

zkochan commented 2 years ago

Fixed in v2.1.0 via https://github.com/pnpm/action-setup/pull/29