ci: pin docs packageManager to pnpm v10

The packageManager field in docs/package.json took precedence over the
corepack prepare step, causing pnpm v11 to be used in the documents
workflow despite the pin.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
0xJacky
2026-05-17 17:44:49 +08:00
parent d537eee739
commit 94a93f6eab
+1 -1
View File
@@ -15,5 +15,5 @@
"less": "^4.6.4"
},
"license": "AGPL-3.0",
"packageManager": "pnpm@11.1.1"
"packageManager": "pnpm@10.33.4"
}