From f240c494ac4d1ceea72d2d06c12d45f9d24be1e8 Mon Sep 17 00:00:00 2001 From: Dayuan Jiang <34411969+DayuanJiang@users.noreply.github.com> Date: Thu, 1 Jan 2026 17:42:39 +0900 Subject: [PATCH] fix: use npm install instead of npm ci in electron workflow (#487) --- .github/workflows/electron-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/electron-release.yml b/.github/workflows/electron-release.yml index b9971d6..e6e57f0 100644 --- a/.github/workflows/electron-release.yml +++ b/.github/workflows/electron-release.yml @@ -38,7 +38,7 @@ jobs: cache: "npm" - name: Install dependencies - run: npm ci + run: npm install - name: Build and publish Electron app run: npm run dist:${{ matrix.platform }}