Releases: codfish/actions
Releases · codfish/actions
v2.0.1
v2.0.0
2.0.0 (2025-09-30)
Bug Fixes
- npm-publish-pr: avoid yarn and pnpm git errors by skipping git checks (9d128b0)
- npm-publish-pr: ensure multi-line errors are fully captured (bb71a13)
- npm-publish-pr: make npm-token required, fix comment message to prevent parsing errors (a19291f)
Features
- npm-publish-pr: add link to workflow in the event of failure (4108024)
- setup-node-and-install: add node_modules cache (a4b54d8)
- setup-node-and-install: dynamic Node version resolution + relaxed validation (98a97f3)
BREAKING CHANGES
- setup-node-and-install: Remove
cache-key-suffixinput from setup-node-and-install action - setup-node-and-install: Action no longer fails when no Node version is provided; setup-node runs without an explicit version. Consumers should compare cache-hit output as a string ("true"/"false").