Skip to content

cli-v0.1.3

Choose a tag to compare

@github-actions github-actions released this 17 Jul 23:54
· 448 commits to main since this release
fix: unbreak CLI release — pin npm@11, shell-spawn npx.cmd on Windows

cli-v0.1.2 failed two ways: npm install -g npm@latest pulled npm@12 which needs a newer node than the pinned 22.20.0 (EBADENGINE); and the Windows postject step spawned npx.cmd with execFileSync, which Node rejects for .cmd without a shell (EINVAL). Pin npm@11 (still has OIDC trusted publishing) and pass shell:true for the Windows npx call.