pnpm / action-setup

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

Automatically install compatible version of pnpm #124

Open benmccann opened 3 months ago

benmccann commented 3 months ago

It would be nice to look at the lockfile and install a compatible version without the user having to specify the version. This is what Vercel does when you deploy a project

Related: https://github.com/pnpm/action-setup/issues/84

Closes: https://github.com/pnpm/action-setup/issues/54