Skip to content

Commit ea90434

Browse files
fix: use Node.js 22 for vocs build
1 parent a61c536 commit ea90434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Node.js
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: 20
35+
node-version: 22
3636
cache: pnpm
3737
cache-dependency-path: docs/pnpm-lock.yaml
3838

0 commit comments

Comments
 (0)