chore: Update .github workflows to pnpm 11, copy resolutions from package.json into pnpm-workspace.yaml

This commit is contained in:
oHaoDaio
2026-05-26 21:10:18 +08:00
committed by jeffvli
parent 537d3615b4
commit 5612bb42f6
10 changed files with 312 additions and 31 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- name: Install Node.js and PNPM
uses: pnpm/action-setup@v4
with:
version: 10
version: 11
- name: Install dependencies
run: pnpm install