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 4895c07 + beb631e commit 040f4cbCopy full SHA for 040f4cb
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup pnpm
28
uses: pnpm/action-setup@v4
29
with:
30
- version: 10.16.1
+ version: 10.18.1
31
32
- name: Setup Node.js
33
uses: actions/setup-node@v5
package.json
@@ -3,7 +3,7 @@
3
"version": "1.0.0",
4
"type": "module",
5
"description": "WinJS 开发说明文档",
6
- "packageManager": "pnpm@10.16.1",
+ "packageManager": "pnpm@10.18.1",
7
"scripts": {
8
"dev": "vitepress",
9
"build": "vitepress build && node scripts/generateLLms.cjs",
0 commit comments