mirror of
https://github.com/pnpm/action-setup
synced 2026-04-03 19:41:13 +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.