We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b9f87 commit 465be12Copy full SHA for 465be12
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
node-version: 18
33
cache: yarn
34
- cache-dependency-path: api/yarn-lock.json # Specify the path to your yarn.lock
+ cache-dependency-path: api/yarn.lock # Specify the path to your yarn.lock
35
36
- name: Install Dependencies (API)
37
working-directory: api
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
- cache-dependency-path: webapp/yarn-lock.json
+ cache-dependency-path: webapp/yarn.lock # Specify the path to your yarn.lock
64
65
- name: Install Dependencies (Webapp)
66
run: yarn install --frozen-lockfile
0 commit comments