Skip to content

Commit 78257b5

Browse files
auricomclaude
andcommitted
ci(docs): bump Node to 22 in docs workflows
chevrotain@12.0.0 (pulled in by vitepress-plugin-mermaid) requires Node >=22; the previous Node 20 setting caused yarn install to fail. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 999af65 commit 78257b5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node
2121
uses: actions/setup-node@v6
2222
with:
23-
node-version: 20
23+
node-version: 22
2424
cache: yarn # or pnpm / npm
2525
cache-dependency-path: docs/yarn.lock
2626
- name: Install dependencies

.github/workflows/docs_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node
3636
uses: actions/setup-node@v6
3737
with:
38-
node-version: 20
38+
node-version: 22
3939
cache: yarn # or pnpm / npm
4040
cache-dependency-path: docs/yarn.lock
4141
- name: Setup Pages

.github/workflows/docs_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node
2929
uses: actions/setup-node@v6
3030
with:
31-
node-version: 20
31+
node-version: 22
3232
cache: yarn
3333
cache-dependency-path: docs/yarn.lock
3434

0 commit comments

Comments
 (0)