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 8b71a10 commit c10a720Copy full SHA for c10a720
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
node-version: 18
30
cache: yarn
31
- cache-dependency-path: api/yarn-lock.json # Specify the path to your yarn.lock
+ cache-dependency-path: api/yarn-lock.json # Specify the path to your yarn.lock
32
33
- name: Install Dependencies (API)
34
working-directory: api
0 commit comments