fix(ci): use root pnpm-lock.yaml for cache and install from workspace root

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Lum1104
2026-03-15 20:34:47 +08:00
Unverified
parent f57cd9db7b
commit 4e9539b20d
+1 -2
View File
@@ -29,10 +29,9 @@ jobs:
with:
node-version: 22
cache: pnpm
cache-dependency-path: homepage/pnpm-lock.yaml
cache-dependency-path: pnpm-lock.yaml
- name: Install dependencies
working-directory: homepage
run: pnpm install
- name: Build