You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Version 20 is specified as for installation, but version 18 is installed instead. [also funny, if version 22 is specified, version 22 is installed].
Action version:
4
Platform:
Ubuntu
macOS
Windows
Runner type:
Hosted
Self-hosted
Repro steps:
Put action for installing node, and set node-version to 20, run action.
Expected behavior:
Expected behaviour is installing version 20 and using it in worker and also installing npm (at least npm) as now even that is not installed.
Actual behavior:
Run actions/setup-node@v4
with:
always-auth: false
check-latest: false
token: ***
Environment details
node: v18.19.1
npm:
yarn:
The text was updated successfully, but these errors were encountered:
Description:
Version 20 is specified as for installation, but version 18 is installed instead. [also funny, if version 22 is specified, version 22 is installed].
Action version:
4
Platform:
Runner type:
Repro steps:
Put action for installing node, and set
node-version
to 20, run action.Expected behavior:
Expected behaviour is installing version 20 and using it in worker and also installing npm (at least npm) as now even that is not installed.
Actual behavior:
Run actions/setup-node@v4
with:
always-auth: false
check-latest: false
token: ***
Environment details
node: v18.19.1
npm:
yarn:
The text was updated successfully, but these errors were encountered: