Skip to content

Commit 110de18

Browse files
committed
2 parents 5aa6253 + b6bab95 commit 110de18

File tree

3 files changed

+64
-70
lines changed

3 files changed

+64
-70
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Setup pnpm
2828
uses: pnpm/action-setup@v4
2929
with:
30-
version: 10.18.1
30+
version: 10.18.3
3131

3232
- name: Setup Node.js
33-
uses: actions/setup-node@v5
33+
uses: actions/setup-node@v6
3434
with:
3535
node-version: 22
3636
cache: pnpm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"type": "module",
55
"description": "WinJS 开发说明文档",
6-
"packageManager": "[email protected].1",
6+
"packageManager": "[email protected].3",
77
"scripts": {
88
"dev": "vitepress",
99
"build": "vitepress build",

0 commit comments

Comments
 (0)