Skip to content

Commit 5ac186a

Browse files
authored
Merge pull request #1393 from vitejs/dev
d2m
2 parents b73f0a5 + 7cd3629 commit 5ac186a

File tree

3 files changed

+88
-45
lines changed

3 files changed

+88
-45
lines changed

guide/static-deploy-github-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Checkout
3636
uses: actions/checkout@v5
3737
- name: Set up Node
38-
uses: actions/setup-node@v5
38+
uses: actions/setup-node@v6
3939
with:
4040
node-version: lts/*
4141
cache: 'npm'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"markdown-it-image-size": "^15.0.1",
2121
"vite": "^7.0.4",
2222
"vitepress": "^2.0.0-alpha.7",
23-
"vitepress-plugin-group-icons": "^1.6.1",
23+
"vitepress-plugin-group-icons": "^1.6.4",
2424
"vitepress-plugin-llms": "^1.8.0",
2525
"vue": "^3.5.22",
2626
"vue-tsc": "^3.1.1",

pnpm-lock.yaml

Lines changed: 86 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)