From c13624a24d3f4590fcab6c78bbf0712d38024dea Mon Sep 17 00:00:00 2001 From: Hiram <> Date: Wed, 5 Feb 2025 22:27:52 +0800 Subject: [PATCH] [bug] fix build error --- .github/workflows/main.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b8612a85d..7e9a7c8d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,22 +20,11 @@ jobs: with: submodules: "recursive" - - name: Setup Node.js - uses: pnpm/action-setup@v4 - with: - version: 8 - - name: Install Node.js uses: actions/setup-node@v4 with: node-version: 'latest' - # cache: 'pnpm' - - # - name: Install dependencies - # run: | - # pnpm install - # env: - # PNPM_LOCKFILE_DIR: "" + cache: 'yarn' - name: Build/release Electron app uses: samuelmeuli/action-electron-builder@v1.6.0