From 940ec312325e6fd13237ab98af332942c18033d2 Mon Sep 17 00:00:00 2001 From: lerte smith Date: Fri, 12 Apr 2024 21:14:22 +0800 Subject: [PATCH] use node 20 --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a98e167..784f5e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,13 +22,11 @@ jobs: uses: pnpm/action-setup@v3 with: version: 8 - - uses: actions/setup-node@v4 - with: - node-version: 20 - cache: pnpm - name: Install dependencies run: pnpm install - uses: dAppServer/wails-build-action@v2.2 + with: + node-version: 20 with: build-name: ${{ matrix.build.name }} build-platform: ${{ matrix.build.platform }}