Skip to content

Commit 5214008

Browse files
Fix CI: regenerate ui package-lock.json and use --legacy-peer-deps in npm ci
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 01614ee commit 5214008

File tree

2 files changed

+1927
-945
lines changed

2 files changed

+1927
-945
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
node-version: 22
4040
cache: npm
4141
cache-dependency-path: ui/package-lock.json
42-
- run: npm ci
42+
- run: npm ci --legacy-peer-deps
4343
- run: npm run test:coverage
4444
- uses: actions/upload-artifact@v4
4545
if: always()

0 commit comments

Comments
 (0)