Commit Graph
4 Commits
Author SHA1 Message Date
Zoltan Kochan 8cb9261afe fix: remove duplicate addPath in setOutputs that shadowed pnpm.exe
setOutputs called addPath(node_modules/.bin) AFTER installPnpm had
already added the correct path (@pnpm/exe on Windows). Since
GITHUB_PATH entries are prepended, .bin ended up first in PATH,
causing PowerShell to find npm's broken shims instead of pnpm.exe.
2026-03-27 20:05:21 +01:00
khai96_ aefcd1e623 Use pnpm.js to install pnpm 2021-03-23 12:42:43 +07:00
khai96_ fe4a915fbf Return expanded paths 2020-05-08 14:26:14 +07:00
khai96_ 696222a6f3 Complete source code 2020-05-08 13:12:01 +07:00