Skip to content

Choose a tag to compare

@github-actions github-actions released this 12 May 19:08
· 155 commits to master since this release
v0.8.1
6559793

Fixed

  • Error: program not found on Windows when runner run <script> dispatches
    through npm / yarn / pnpm (issue #20). Bare-name spawns now walk
    PATH × PATHEXT so .cmd / .bat shims (npm.cmd, yarn.cmd, pnpm.cmd)
    resolve the same way they do under cmd.exe / PowerShell. Same fix covers
    every other Windows-shimmed tool runner dispatches: turbo, deno, make,
    task, just, composer, poetry, pipenv, uv, bundle, go, bacon, and the
    runner run <bin> arbitrary-target fallback. Non-Windows targets are
    unchanged.

What's Changed

  • fix(windows): resolve PATHEXT shims when spawning package managers by @kjanat in #21

Full Changelog: v0.8.0...v0.8.1