Skip to content

Commit 206c508

Browse files
committed
update cache path
1 parent 1f5371e commit 206c508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ jobs:
577577
with:
578578
node-version: 20
579579
cache: 'npm'
580-
cache-dependency-path: package-lock.json
580+
cache-dependency-path: frontend/app/package-lock.json
581581

582582
- name: Install Invoke
583583
run: pip install toml invoke

0 commit comments

Comments
 (0)