Fix issue self-hosted action-runners docs (#28487) #28488
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why:
Promotes minimum OS requirements to ensure visibility and replace value that can be misleading
Closes: #28487
What's being changed (if available, include any code snippets, screenshots, or gifs):
Action-Runners 2.309.0 continued the shift to newer nodes versions; in this case, node20. Documentation still says that the action-runner supports macOS-11.13 or later, but node20 only supports macOS-11.0 and later, introducing inaccuracy in GH docs.
See also https://github.com/nodejs/node/blob/main/BUILDING.md#platform-list, notably nodejs/node@4e39830 introduced in nodejs/node#49164
This one-liner elevates that new constraint.
Check off the following:
I have reviewed my changes in staging, available via the View deployment link in this PR's timeline.
data
directory.For content changes, I have completed the self-review checklist.