Skip to content

Commit c0ff9ea

Browse files
committed
fix(ci): 指定 pnpm cache 的 lock 文件路径
Made-with: Cursor
1 parent f17da4e commit c0ff9ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
node-version: ${{ env.NODE_VERSION }}
3131
cache: "pnpm"
32+
cache-dependency-path: frontend/pnpm-lock.yaml
3233

3334
- name: Install dependencies
3435
working-directory: frontend

0 commit comments

Comments
 (0)