From f7d61545aaebc50c86244474b8b815b4d2cc93d8 Mon Sep 17 00:00:00 2001 From: hanaTsuk1 <101488209+hanaTsuk1@users.noreply.github.com> Date: Sat, 31 Aug 2024 09:16:17 +0800 Subject: [PATCH] github actions --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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