Skip to content

Releases: devhelmhq/setup-devhelm

Release list

v1.1.0

Choose a tag to compare

@caballeto caballeto released this 06 May 17:41
b81da91

What's new

  • Detect existing Node.js installation: if a workflow already installed Node ≥18, the action no longer runs actions/setup-node and silently downgrades it. Workflows on Node 22 / Next.js 15 are unaffected.
  • The @v1 floating tag now resolves to this release.

Fixes from v1.0.0

  • Silent Node downgrade in workflows that already install Node (#…)

Upgrade notes

If you previously worked around the silent downgrade by setting node-version: '' on setup-node, you can drop that workaround.

v1.0.0

Choose a tag to compare

@caballeto caballeto released this 05 May 17:42
6eba301

What's Changed

  • feat: implement setup-devhelm composite action by @caballeto in #1

New Contributors

Full Changelog: https://github.com/devhelmhq/setup-devhelm/commits/v1.0.0