Try fixing path

This commit is contained in:
youssefsoli
2023-11-22 16:08:38 -05:00
parent fbf7600614
commit 44b37cf4ae
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
with:
node-version: 18
cache: 'yarn'
cache-dependency-path: 'yarn.lock'
cache-dependency-path: './frontend/yarn.lock'
- name: Install and build
run: |