diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 508db29..32a3f78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,7 @@ jobs: with: node-version: "16" cache: ${{ steps.pm.outputs.pm }} + cache-dependency-path: "*/pnpm-lock.yaml" - name: (npm) ${{ matrix.example }} install using npm ci if: steps.pm.outputs.pm == 'npm'