DOC-3520: Downgrade Node to 22 LTS in preview workflow (tinymce/6 port)#4217
Merged
Conversation
Node 24.16.0 (shipped in runner image 20260525.161.1) causes isomorphic-git's HTTP transport to silently fail, resulting in Antora producing zero output. Node 22 LTS is unaffected. Ports the fix already applied to main, tinymce/8, and tinymce/7 to tinymce/6.
metricjs
approved these changes
Jun 15, 2026
kimwoodfield
approved these changes
Jun 15, 2026
tiny-ben-tran
approved these changes
Jun 15, 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
tinymce/6branch.mv ./build/site ./build/docs) because no build output exists.node-version: 22in the preview workflow, matching the fix already applied tomain,tinymce/8, andtinymce/7.Why
The
Preview Create/Updateworkflow runs onpull_requestevents using the base branch's workflow file. Becausetinymce/6still pinned Node 24, every PR targeting this branch (for example #4203) fails the "Update Docs Preview" check. Porting the fix here unblocks those PRs.Test plan
./build/site.Ref: DOC-3520