diff --git a/.github/workflows/frontendCICD.yml b/.github/workflows/frontendCICD.yml index d41a514..0daa553 100644 --- a/.github/workflows/frontendCICD.yml +++ b/.github/workflows/frontendCICD.yml @@ -29,6 +29,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' + cache-dependency-path: ./fe/package-lock.json - name: build working-directory: ./fe