chore: 更新 npm 安装命令以支持遗留对等依赖

This commit is contained in:
wood chen 2025-03-17 17:26:36 +08:00
parent ee26bda492
commit b6274a2718

View File

@ -19,7 +19,7 @@ jobs:
node-version: '22'
- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps
- name: Build project
run: npm run build