diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e59b8f9cd..4a0709106 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -72,10 +72,10 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 run_install: false - - name: use Node.js 16 + - name: use Node.js 20 uses: actions/setup-node@v3 with: node-version: '20.x'