pnpm / action-setup

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

Add option to install the self-contained binary version of pnpm #78

Closed tksst closed 1 year ago

tksst commented 1 year ago

Related to #31 close #18

Introduce new input nodejs_bundled. If true, install @pnpm/exe

This new option is convenient for Node.js 14 + pnpm 8 or similar.

KSXGitHub commented 1 year ago

I have merged your commits into a new PR: https://github.com/pnpm/action-setup/pull/92

tksst commented 1 year ago

switch to #92 and close this PR