Skip to content

Releases: codfish/actions

v2.0.1

15 Oct 21:46

Choose a tag to compare

2.0.1 (2025-10-15)

Bug Fixes

  • setup-node: only cache node_modules for npm (#15) (57f6568)

v2.0.0

30 Sep 03:31
64aa769

Choose a tag to compare

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-suffix input 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").

v1.1.0

29 Sep 01:12
e19094b

Choose a tag to compare

1.1.0 (2025-09-29)

Features

  • npm-publish-pr: add inputs to adjust comment functionality (50ccad3)