From dbd81c718e3f370254fa761ab12eaa768bbc7dff Mon Sep 17 00:00:00 2001 From: Steven Serrata Date: Thu, 30 Jul 2026 15:46:40 -0500 Subject: [PATCH] ci: bump deploy workflows to node 22 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 --- .github/workflows/deploy-live.yml | 4 ++-- .github/workflows/deploy-preview.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-live.yml b/.github/workflows/deploy-live.yml index e2870b94a..9799c622f 100644 --- a/.github/workflows/deploy-live.yml +++ b/.github/workflows/deploy-live.yml @@ -28,7 +28,7 @@ jobs: - name: Setup node uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: '20' + node-version: '22' cache: 'yarn' - name: Get yarn cache @@ -107,7 +107,7 @@ jobs: - name: Setup node uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: '20' + node-version: '22' - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index f85ee3cfa..b4142bf80 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -136,7 +136,7 @@ jobs: - name: Setup node uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: '20' + node-version: '22' - name: Get yarn cache id: yarn-cache @@ -264,7 +264,7 @@ jobs: - name: Setup node uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: '20' + node-version: '22' - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: