diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 352dbeb..76fdd2d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,11 +26,11 @@ jobs: - uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: pnpm - name: Build autostart exe