diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fd78425..752f3e1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,8 +35,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: latest - cache: "pnpm" + node-version: 20 - name: Setup pnpm uses: pnpm/action-setup@v2