diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 5fedb250..d8abd52a 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -34,7 +34,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 - cache: 'npm' + cache: 'pnpm' - name: Install dependencies run: npm install - name: Build