Skip to content

gentle-pi v0.4.5

Choose a tag to compare

@Alan-TheGentleman Alan-TheGentleman released this 04 Jun 19:48
· 6 commits to main since this release

What's Changed

  • Update the npm publish workflow to Node 24-compatible GitHub Actions:
    • actions/checkout v6
    • pnpm/action-setup v6.0.8
    • actions/setup-node v6
  • Remove the Node.js 20 action deprecation warning seen during the v0.4.4 publish workflow.
  • Keep the npm release path unchanged: publishing still happens through the GitHub Actions workflow with npm provenance and latest dist-tag support.

Why it matters

This is a small CI hygiene release. It keeps the release pipeline compatible with GitHub's upcoming Node.js 20 action removal without changing runtime behavior.

Validation

  • pnpm test
  • node scripts/verify-package-files.mjs
  • pnpm publish --dry-run --no-git-checks
  • GitHub Actions publish workflow succeeded for gentle-pi@0.4.5