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.