Skip to content

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.