Skip to content

Commit 6f96cd0

Browse files
authored
Merge pull request #25 from winjs-dev/renovate/pnpm-10.x
chore(deps): update pnpm to v10.16.1
2 parents e375783 + 9e5ba7f commit 6f96cd0

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.14.0
30+
version: 10.16.1
3131

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

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

0 commit comments

Comments
 (0)