DOC-3520: Fix CI workflows for Node 24 runner migration#4248
Merged
Conversation
Upgrade configure-aws-credentials to v6 so OIDC role assumption no longer hangs when GitHub forces Node 20 actions onto Node 24 runners. Pin preview_create to Node 22 LTS on main to avoid Antora silent failures.
tiny-james
approved these changes
Jun 30, 2026
MitchC1999
approved these changes
Jun 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
configure-aws-credentialsfrom v5 to v6 indeploy_docs_v2.yml,preview_create.yml, andpreview_delete.ymlto fix OIDC hangs on GitHub Actions Node 24 runnerspreview_create.ymlbuild steps to Node 22 LTS onmain(matching tinymce/5–8) to avoid Antora silent failures with Node 24Context
Deploy Tiny Docs v2 on
mainwas hanging at the AWS credentials step because v5 targets Node 20 and GitHub now forces those actions onto Node 24 runners.Test plan
mainmainand confirm preview_create passes