Skip to content

Update default version to node20#2844

Merged
TingluoHuang merged 1 commit into
mainfrom
takost/update-internal-node
Oct 9, 2023
Merged

Update default version to node20#2844
TingluoHuang merged 1 commit into
mainfrom
takost/update-internal-node

Conversation

@takost

@takost takost commented Sep 11, 2023

Copy link
Copy Markdown
Contributor

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 if DistributedTask.ForceInternalNodeVersionOnRunnerTo16 FF set to true (PR: https://github.com/github/actions-dotnet/pull/16155).

@takost takost requested a review from a team as a code owner September 11, 2023 13:13
@TingluoHuang TingluoHuang enabled auto-merge (squash) October 9, 2023 04:11
@TingluoHuang TingluoHuang force-pushed the takost/update-internal-node branch from d2517e9 to 972ba23 Compare October 9, 2023 04:11
@TingluoHuang TingluoHuang force-pushed the takost/update-internal-node branch from 972ba23 to d112796 Compare October 9, 2023 04:22
@TingluoHuang TingluoHuang merged commit acdc6ed into main Oct 9, 2023
@TingluoHuang TingluoHuang deleted the takost/update-internal-node branch October 9, 2023 04:48
@ajschmidt8

Copy link
Copy Markdown
Contributor

cross-posting the issue I created below for visibility:

The transition from Node 16 to Node 20 conflicts with the actions/runner claim of support for CentOS 7.

@jeremy-ke

Copy link
Copy Markdown

just in case anyone else runs into this issue running github agents on amazonlinux2 - github agent service startup mentioned a missing GLIBC_2.27/GLIBC_2.28 dependency for node20.

as mentioned in the pr description, setting export GITHUB_ACTIONS_RUNNER_FORCED_NODE_VERSION=node16 in the user data resolved this

@jonanderson10

Copy link
Copy Markdown

just in case anyone else runs into this issue running github agents on amazonlinux2 - github agent service startup mentioned a missing GLIBC_2.27/GLIBC_2.28 dependency for node20.

as mentioned in the pr description, setting export GITHUB_ACTIONS_RUNNER_FORCED_NODE_VERSION=node16 in the user data resolved this

I just ran into this as well, thanks!

takost added a commit that referenced this pull request Oct 10, 2023
takost added a commit that referenced this pull request Oct 10, 2023
takost added a commit that referenced this pull request Oct 10, 2023
takost added a commit that referenced this pull request Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

6 participants