fix: regenerate package-lock.json with cross-platform deps

This commit is contained in:
dayuan.jiang
2025-12-29 14:26:50 +09:00
parent 76c0308ceb
commit 950a8754fa
3 changed files with 3028 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
run: npm install
- name: Type check
run: npx tsc --noEmit