Skip to content

Feature request: run pnpm with old version node #18

@chengcyber

Description

@chengcyber

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions