From cd42e766591b81f937610bf2de0857d7f240fb05 Mon Sep 17 00:00:00 2001 From: hicccc77 <98377878+hicccc77@users.noreply.github.com> Date: Fri, 20 Mar 2026 00:16:20 +0800 Subject: [PATCH] fix: use npm install instead of npm ci to handle platform optional deps --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7bcbfde..094c15a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: cache: "npm" - name: Install Dependencies - run: npm ci + run: npm install - name: Sync version with tag shell: bash @@ -65,7 +65,7 @@ jobs: cache: "npm" - name: Install Dependencies - run: npm ci + run: npm install - name: Sync version with tag shell: bash @@ -101,7 +101,7 @@ jobs: cache: 'npm' - name: Install Dependencies - run: npm ci + run: npm install - name: Sync version with tag shell: bash