mirror of
https://github.com/pnpm/action-setup.git
synced 2026-04-02 18:10:11 +08:00
When packageManager is set to e.g. "pnpm@9.1.0+sha...", strip the "pnpm@" prefix and any "+sha..." hash suffix so the action installs the correct version. Previously returning undefined caused failures on Windows.