diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index b347de6..89470a3 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -46,7 +46,7 @@ jobs: with: node-version: "16" cache: ${{ steps.detect-package-manager.outputs.manager }} - cache-dependency-path: ${{ env.BUILD_PATH }}/package-lock.json + cache-dependency-path: ${{ env.BUILD_PATH }}/yarn.lock - name: Setup Pages id: pages uses: actions/configure-pages@v3