-
Notifications
You must be signed in to change notification settings - Fork 959
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
Update default version to node20 #2844
Conversation
d2517e9
to
972ba23
Compare
972ba23
to
d112796
Compare
cross-posting the issue I created below for visibility: The transition from Node 16 to Node 20 conflicts with the |
just in case anyone else runs into this issue running github agents on amazonlinux2 - github agent service startup mentioned a missing as mentioned in the pr description, setting |
I just ran into this as well, thanks! |
Make node20 default node version for runner internal operations. This can be opted-out by starting Runner with
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION=node16
or ifDistributedTask.ForceInternalNodeVersionOnRunnerTo16
FF set totrue
(PR: https://github.com/github/actions-dotnet/pull/16155).