Skip to content

Commit e705ef5

Browse files
author
opencode
committed
fix(ci): use explicit path for frontend lockfile
1 parent db54e76 commit e705ef5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
node-version: "22"
7777
cache: npm
78-
cache-dependency-path: "**/package-lock.json"
78+
cache-dependency-path: frontend/package-lock.json
7979

8080
- name: Install dependencies
8181
run: npm ci

0 commit comments

Comments
 (0)