ci: bump deploy workflows to node 22 - #1388
Merged
Merged
Conversation
Upcoming docusaurus-openapi-docs releases depend on sass-loader@^17, which requires node >=22.11. Bump deploy-preview and deploy-live from node 20 to 22, matching the node22 base image already used in .gitlab-ci.yml. Must land on the base branch to take effect, since these workflows run via pull_request_target. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Visit the preview URL for this PR (updated for commit dbd81c7): https://pan-dev-f1b58--pr1388-a218lp9t.web.app (expires Thu, 06 Aug 2026 20:55:34 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 9359a9fa100d5fdb082f75280473a90b1f96eb51 |
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.
What
Bumps
deploy-previewanddeploy-liveGitHub workflows from node 20 to 22.Why
Upcoming
docusaurus-openapi-docsreleases depend onsass-loader@^17, which requires node >= 22.11. On node 20 the install fails:This matches the
node22base image already used in.gitlab-ci.yml.Sequencing note
These workflows run via
pull_request_target, so they execute from the base branch. This change must merge tomasterbefore it takes effect on any PR's deploy preview — including the canary validation PR #1387, which currently fails to build on node 20 for this exact reason. Merging this unblocks that preview.🤖 Generated with Claude Code