Skip to content

Commit 465be12

Browse files
committed
Review pipeline
1 parent 85b9f87 commit 465be12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
node-version: 18
3333
cache: yarn
34-
cache-dependency-path: api/yarn-lock.json # Specify the path to your yarn.lock
34+
cache-dependency-path: api/yarn.lock # Specify the path to your yarn.lock
3535

3636
- name: Install Dependencies (API)
3737
working-directory: api
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
node-version: 18
6262
cache: yarn
63-
cache-dependency-path: webapp/yarn-lock.json
63+
cache-dependency-path: webapp/yarn.lock # Specify the path to your yarn.lock
6464

6565
- name: Install Dependencies (Webapp)
6666
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)