Description:
Error: Unable to find Node version 'nightly' for platform linux and architecture x64.
Action version:
actions/setup-node@v6
Platform:
Runner type:
Tools version:
n/a
Repro steps:
A description with steps to reproduce the issue. If you have a public example or repo to share, please provide the link.
- name: Setup Node
uses: actions/setup-node@v6
with:
cache: npm
node-version: nightly
Expected behavior:
Should setup Node nightly without error.
Actual behavior:
Fails with error:
Error: Unable to find Node version 'nightly' for platform linux and architecture x64.