diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d5b475a..dae44f2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 20 - cache: npm # npm / pnpm / yarn + cache: pnpm # npm / pnpm / yarn - name: Setup Pages uses: actions/configure-pages@v3 - name: Install dependencies