Releases: devhelmhq/setup-devhelm
Releases · devhelmhq/setup-devhelm
v1.1.0
What's new
- Detect existing Node.js installation: if a workflow already installed Node ≥18, the action no longer runs
actions/setup-nodeand silently downgrades it. Workflows on Node 22 / Next.js 15 are unaffected. - The
@v1floating 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
What's Changed
- feat: implement setup-devhelm composite action by @caballeto in #1
New Contributors
- @caballeto made their first contribution in #1
Full Changelog: https://github.com/devhelmhq/setup-devhelm/commits/v1.0.0