• Joined on 2025-04-15
zfc pushed to inspect-is-post at pnpm/action-setup 2026-06-04 12:19:51 +08:00
271a9df5fb Try different ways
3b5e8836ec Update dist/index.js
0fa2b7d3a5 Use console.log
c3e0d9f20f Update dist/index.js
d2316507fd Inspect isPost
Compare 5 commits »
zfc created branch install-command in pnpm/action-setup 2026-06-04 12:19:51 +08:00
zfc pushed to install-command at pnpm/action-setup 2026-06-04 12:19:51 +08:00
zfc created branch fix/pn-pnx-alias-links in pnpm/action-setup 2026-06-04 12:19:50 +08:00
zfc pushed to fix/pn-pnx-alias-links at pnpm/action-setup 2026-06-04 12:19:50 +08:00
aec59b9f6c fix: fall back to pnpm shim in same directory for self-update bin/
76bfe9d01c fix: also create alias links in $PNPM_HOME/bin/
188c8307ce fix: point pn to pnpm binary directly, not to @pnpm/exe/pn
b179ac1ba6 fix: force-replace npm's broken bin shims for pn/pnx aliases
51e56d41e9 fix: run setup.js after self-update to create pn/pnx hardlinks
Compare 7 commits »
zfc created branch fix/252 in pnpm/action-setup 2026-06-04 12:19:49 +08:00
zfc pushed to fix/252 at pnpm/action-setup 2026-06-04 12:19:49 +08:00
b635341b3e chore: rebuild bundle after reverting bootstrap pnpm to 11.0.4
025de3876f test: assert env var directly instead of relying on pnpm runtime behavior
5c388c2b3b test: assert onFail=error stays strict when explicit version is supplied
84fa52c3d7 ci: consolidate test matrix and stop double-firing on PRs
07ad39cba4 refactor: scope pm_on_fail override to the no-target-version branch
Compare 6 commits »
zfc created branch fix/add-pnpm-home-bin-to-path in pnpm/action-setup 2026-06-04 12:19:49 +08:00
zfc pushed to fix/add-pnpm-home-bin-to-path at pnpm/action-setup 2026-06-04 12:19:49 +08:00
8e9503d0fb update
c753b811d8 fix: add PNPM_HOME/bin to PATH for pnpm v11
Compare 2 commits »
zfc created branch fix/247 in pnpm/action-setup 2026-06-04 12:19:48 +08:00
zfc pushed to fix/247 at pnpm/action-setup 2026-06-04 12:19:48 +08:00
d3bf712ddd build: rebuild dist with clean lockfile-matched deps
01da663869 test(ci): pass bin_dest via env to survive Windows backslashes
624e28f5d0 fix: bin_dest output points to self-updated pnpm, not bootstrap (#247)
Compare 3 commits »
zfc created branch fix/233 in pnpm/action-setup 2026-06-04 12:19:47 +08:00
zfc pushed to fix/233 at pnpm/action-setup 2026-06-04 12:19:47 +08:00
964ca0db93 fix: self-update accepts ranges; drop exact-semver gate
29b3fcd571 fix: check bin/ dir instead of pnpm.exe for self-update detection
6f51e58a4c fix: self-update bootstrap to packageManager-pinned version (#233)
Compare 3 commits »
zfc created branch fix/240 in pnpm/action-setup 2026-06-04 12:19:47 +08:00
zfc pushed to fix/240 at pnpm/action-setup 2026-06-04 12:19:47 +08:00
c3e11127ab fix: append (not prepend) action node dir to PATH for npm bootstrap
zfc created branch fix-windows2 in pnpm/action-setup 2026-06-04 12:19:45 +08:00
zfc pushed to fix-windows2 at pnpm/action-setup 2026-06-04 12:19:45 +08:00
zfc created branch fix/135 in pnpm/action-setup 2026-06-04 12:19:45 +08:00
zfc pushed to fix/135 at pnpm/action-setup 2026-06-04 12:19:45 +08:00
f2b8e18ac7 fix: update the pnpm bundled with the action to 7.33.5
zfc pushed to fix-standalone-windows-path at pnpm/action-setup 2026-06-04 12:19:44 +08:00
3ecdba80af fix: drop patchPnpmEnv so standalone+self-update works on Windows