Skip to content

Commit debaa19

Browse files
committed
Fix CI caching paths for Node jobs
Made-with: Cursor
1 parent 1dcde00 commit debaa19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: '20'
2323
cache: 'npm'
24-
cache-dependency-path: frontend/package-lock.json
24+
cache-dependency-path: package-lock.json
2525

2626
- name: Install dependencies
2727
run: npm ci
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
node-version: '20'
6464
cache: 'npm'
65-
cache-dependency-path: backend/package-lock.json
65+
cache-dependency-path: package-lock.json
6666

6767
- name: Install dependencies
6868
run: npm ci

0 commit comments

Comments
 (0)