Skip to content

Commit a6f2f8a

Browse files
sserrataclaude
andauthored
ci: bump deploy workflows to node 22 (#1388)
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>
1 parent 9e77ec1 commit a6f2f8a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-live.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup node
2929
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3030
with:
31-
node-version: '20'
31+
node-version: '22'
3232
cache: 'yarn'
3333

3434
- name: Get yarn cache
@@ -107,7 +107,7 @@ jobs:
107107
- name: Setup node
108108
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
109109
with:
110-
node-version: '20'
110+
node-version: '22'
111111

112112
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
113113
with:

.github/workflows/deploy-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- name: Setup node
137137
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
138138
with:
139-
node-version: '20'
139+
node-version: '22'
140140

141141
- name: Get yarn cache
142142
id: yarn-cache
@@ -264,7 +264,7 @@ jobs:
264264
- name: Setup node
265265
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
266266
with:
267-
node-version: '20'
267+
node-version: '22'
268268

269269
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
270270
with:

0 commit comments

Comments
 (0)