Skip to content

Commit 7d4e978

Browse files
sserrataclaude
andcommitted
chore(ci): bump Node to 22 across all workflows
start-server-and-test 3.0.0 requires Node ^22 || >=24. Bumping all remaining workflows from Node 20 to 22 for consistency and to unblock the Dependabot PR. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 24d6e49 commit 7d4e978

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/canary-beta-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Node
2424
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2525
with:
26-
node-version: "20"
26+
node-version: "22"
2727
cache: yarn
2828
- name: Prepare git
2929
run: |

.github/workflows/canary-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Node
2424
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2525
with:
26-
node-version: "20"
26+
node-version: "22"
2727
cache: yarn
2828
- name: Prepare git
2929
run: |

.github/workflows/deploy-live.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup node
2020
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2121
with:
22-
node-version: "20"
22+
node-version: "22"
2323
cache: "yarn"
2424

2525
- name: Install dependencies
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup node
5252
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
5353
with:
54-
node-version: "20"
54+
node-version: "22"
5555
cache: "yarn"
5656

5757
- name: Authenticate to Google Cloud

.github/workflows/deploy-preview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Setup node
109109
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
110110
with:
111-
node-version: "20"
111+
node-version: "22"
112112
cache: "yarn"
113113

114114
- name: Install dependencies
@@ -145,7 +145,7 @@ jobs:
145145
- name: Setup node
146146
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
147147
with:
148-
node-version: "20"
148+
node-version: "22"
149149
cache: "yarn"
150150

151151
- name: Authenticate to Google Cloud
@@ -198,7 +198,7 @@ jobs:
198198
- name: Setup node
199199
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
200200
with:
201-
node-version: "20"
201+
node-version: "22"
202202
cache: "yarn"
203203

204204
- name: Install dependencies

.github/workflows/release-beta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
git config user.email "github-actions[bot]@users.noreply.github.com"
2323
- uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2
2424
with:
25-
node-version: "20"
25+
node-version: "22"
2626
registry-url: "https://registry.npmjs.org"
2727
- name: Release Beta
2828
run: npx ts-node --transpile-only scripts/publish-beta.ts

.github/workflows/validate.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2121
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2222
with:
23-
node-version: "20"
23+
node-version: "22"
2424
- uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
2525
with:
2626
path: |
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4343
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
4444
with:
45-
node-version: "20"
45+
node-version: "22"
4646
- uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
4747
with:
4848
path: |
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6868
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
6969
with:
70-
node-version: "20"
70+
node-version: "22"
7171
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
7272
with:
7373
path: |
@@ -90,7 +90,7 @@ jobs:
9090
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9191
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
9292
with:
93-
node-version: "20"
93+
node-version: "22"
9494
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
9595
with:
9696
path: |

0 commit comments

Comments
 (0)