action-setup/src
Kevin Cui d648c2dd06
fix: not allow install multiple package manager (#161)
When a project has both npm and pnpm, using pnpm/action-setup will result in an error: `Multiple versions of pnpm specified`.

The previous implementation was only meant to avoid the "ERR_PNPM_BAD_PM_VERSION" error, but it did not take into account the situation of multiple different package managers.

Signed-off-by: Kevin Cui <bh@bugs.cc>
2025-03-28 08:37:14 +08:00
..
inputs feat!: node20 upgrade (#110) 2024-02-08 11:22:15 +01:00
install-pnpm fix: not allow install multiple package manager (#161) 2025-03-28 08:37:14 +08:00
outputs Use pnpm.js to install pnpm 2021-03-23 12:42:43 +07:00
pnpm-install fmt 2022-02-23 10:07:15 +07:00
pnpm-store-prune fmt 2022-02-23 10:07:15 +07:00
utils fmt 2022-02-23 10:07:15 +07:00
index.ts fmt 2022-02-23 10:07:15 +07:00