diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 60a7d97b9..ed8e6047e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,9 +21,7 @@ jobs: with: node-version: 20 - - uses: pnpm/action-setup@v3 - with: - version: 9 + - uses: pnpm/action-setup@v4 - name: Install dependencies run: pnpm install --frozen-lockfile