diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 8fa9061..1f47413 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -35,6 +35,7 @@ jobs: with: node-version: 18 cache: 'npm' + cache-dependency-path: subdir/package-lock.json - name: Install dependencies run: npm install - name: Build