Skip to content

Commit 6bb0837

Browse files
chore(deps): update pnpm to v10.17.0
1 parent d2fc912 commit 6bb0837

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup pnpm
2828
uses: pnpm/action-setup@v4
2929
with:
30-
version: 10.16.1
30+
version: 10.17.0
3131

3232
- name: Setup Node.js
3333
uses: actions/setup-node@v5

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": "pnpm@10.16.1",
6+
"packageManager": "pnpm@10.17.0",
77
"scripts": {
88
"dev": "vitepress",
99
"build": "vitepress build && node scripts/generateLLms.cjs",

0 commit comments

Comments
 (0)