fix: use npm install instead of npm ci to handle platform optional deps

This commit is contained in:
hicccc77
2026-03-20 00:16:20 +08:00
parent 1b49aa2d39
commit cd42e76659

View File

@@ -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