-
-
Notifications
You must be signed in to change notification settings - Fork 605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change latest node ver to '*' #3831
Conversation
This uses the latest cached version rather than fetching the latest released version so we don't reply on (and hammer) node's download servers for the very latest version before the actions runners get updated. We'll still stay current, just not quite so aggressively current.
@dbkr could you improve the naming too? |
Also given we also have to download |
I don't think we can make it the actual version as I'm assuming you can't use the output of a step in the name of a job. Might be able to fix it to 'latest avail' or something? |
Sure something like |
We already have node 18 available though on the runner image as it is at the moment (https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md#nodejs). Hopefully these will be the same, generally speaking. |
This uses the latest cached version rather than fetching the latest released version so we don't reply on (and hammer) node's download servers for the very latest version before the actions runners get updated. We'll still stay current, just not quite so aggressively current.
Checklist
This change is marked as an internal change (Task), so will not be included in the changelog.