diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0a7a5352..605f05db 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,11 +37,8 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' - cache: 'pnpm' - name: Setup PNPM uses: pnpm/action-setup@v4 - with: - version: 8 - name: Setup Pages uses: actions/configure-pages@v4 - name: Install dependencies