diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2115b2ce70e5..2b0ea353a30a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@v1 with: - node-version: 18 + node-version: 20 - run: git config --global url."https://${{ secrets.PAT }}@github.com/".insteadOf ssh://git@github.com/ - uses: pnpm/action-setup@v2.2.2 with: