Skip to content

Commit 5dd1d65

Browse files
authored
chore: doc github worklow (#14404)
1 parent dd2899b commit 5dd1d65

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Use Node.js
20-
uses: actions/setup-node@v4
20+
uses: actions/setup-node@v6
2121
with:
22-
node-version: '20.x'
22+
node-version: '24'
2323
cache: 'npm'
2424
- run: npm ci
2525
name: Install dependencies

.github/workflows/regen-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Setup node
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@v6
2525
with:
26-
node-version: '16'
26+
node-version: '24'
2727
registry-url: 'https://registry.npmjs.org'
2828

2929
- name: Install dependencies

0 commit comments

Comments
 (0)