diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 798e43d..38cf6d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,8 +26,6 @@ jobs: node-version: "20" - name: Setup pnpm uses: pnpm/action-setup@v4 - with: - version: 9 - name: Install dependencies run: pnpm install - name: Build