diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6bc1608..1e01c93 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,6 +23,7 @@ jobs: with: node-version: 18 cache: npm + cache-dependency-path: './website/package-lock.json' # The path to your package-lock.json - name: Install dependencies run: npm ci