-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: run pnpm with old version node #18
Comments
1 task
zkochan
added a commit
that referenced
this issue
Feb 9, 2022
This is a breaking change because the binary version of pnpm is only available from v6.17.1 close #18
zkochan
added a commit
that referenced
this issue
Feb 9, 2022
This is a breaking change because the binary version of pnpm is only available from v6.17.1 close #18
This was referenced Mar 29, 2023
Open
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What
This is a feature request to this action supports run pnpm@6 in node@10 environment.
Why
I use pnpm@6 in local dev, but my package wants to support
node>=10
, which break the rule of pnpm@6, engines.node >=12.Detail
add a parameter (maybe named
compiled_install
),If true, instead of install pnpm directly, run sth like
curl -f https://get.pnpm.io/v6.js | node - add --global pnpm
to setup a compiled pnpm binary aspnpm
CLIThe text was updated successfully, but these errors were encountered: