Skip to content

Commit e7a53fc

Browse files
authored
Use Node 22 for updating documents (#265)
1 parent 08dd469 commit e7a53fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 20
28+
node-version: 22
2929
cache: 'pnpm'
3030
- name: Install dependencies
3131
run: pnpm install

0 commit comments

Comments
 (0)