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 as pnpm CLI