We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e375783 + 9e5ba7f commit 6f96cd0Copy full SHA for 6f96cd0
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup pnpm
28
uses: pnpm/action-setup@v4
29
with:
30
- version: 10.14.0
+ version: 10.16.1
31
32
- name: Setup Node.js
33
uses: actions/setup-node@v4
package.json
@@ -3,7 +3,7 @@
3
"version": "1.0.0",
4
"type": "module",
5
"description": "WinJS 开发说明文档",
6
- "packageManager": "pnpm@10.14.0",
+ "packageManager": "pnpm@10.16.1",
7
"scripts": {
8
"dev": "vitepress",
9
"build": "vitepress build && node scripts/generateLLms.cjs",
0 commit comments