Skip to content

Commit b060a88

Browse files
committed
update docs
1 parent 02f7ee2 commit b060a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
- name: Setup pnpm
1919
uses: pnpm/action-setup@v4
2020
with:
21-
version: 8
21+
version: 10
2222
run_install: true
2323

2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 20
27+
node-version: 22
2828
cache: pnpm
2929

3030
- name: Build VuePress site

0 commit comments

Comments
 (0)