pnpm / action-setup

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

`dest` not working #106

Open himself65 opened 9 months ago

himself65 commented 9 months ago

In the source code, dest should be treated as cwd I think

https://github.com/pnpm/action-setup/blob/ebcfd6995dade4b0104ac774445cef8b3b4635b0/src/install-pnpm/run.ts#L9-L15

See:

https://github.com/himself65/pnpm-ci-issue/actions/runs/7022140432/job/19105805080 https://github.com/himself65/pnpm-ci-issue/actions/runs/7022140432/workflow

himself65 commented 9 months ago

Seems like I should use package_json_file? but what does dest use for here