Skip to content

Commit 8b110f5

Browse files
sirdeggenclaude
andcommitted
ci: bump all workflows to Node 22
mermaid@11 pulls chevrotain@12 which requires Node >=22. Node 22 is LTS and matches local dev environment. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8948b7b commit 8b110f5

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
node-version: [20.x]
15+
node-version: [22.x]
1616

1717
steps:
1818
- uses: actions/checkout@v6
@@ -53,7 +53,7 @@ jobs:
5353
- uses: pnpm/action-setup@v6
5454
- uses: actions/setup-node@v6
5555
with:
56-
node-version: 20
56+
node-version: 22
5757
cache: pnpm
5858

5959
- run: pnpm install --ignore-scripts

.github/workflows/codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# ── TypeScript types (openapi-typescript) ────────────────────────────
5050
- uses: actions/setup-node@v6
5151
with:
52-
node-version: '20'
52+
node-version: '22'
5353
- name: Generate TS types from overlay spec
5454
run: |
5555
mkdir -p conformance/generated/overlay

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v6
1414
- uses: actions/setup-node@v6
1515
with:
16-
node-version: '20'
16+
node-version: '22'
1717
- uses: pnpm/action-setup@v6
1818
- name: Install deps
1919
run: pnpm install --no-frozen-lockfile

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: actions/setup-node@v4
3434
with:
35-
node-version: '20'
35+
node-version: '22'
3636
cache: 'pnpm'
3737

3838
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-node@v6
2222
with:
23-
node-version: 20
23+
node-version: 22
2424
registry-url: https://registry.npmjs.org
2525
cache: pnpm
2626

0 commit comments

Comments
 (0)