mirror of
https://github.com/pnpm/action-setup.git
synced 2026-05-01 01:43:23 +08:00
aec59b9f6c
ensureAliasLinks had a hardcoded relative path to @pnpm/exe/pnpm which only works from node_modules/.bin/. In self-update's bin/ directory ($PNPM_HOME/bin/), that path doesn't resolve. Now falls back to using the pnpm shim in the same directory when the package path doesn't exist.