Skip to content

Commit cbad72d

Browse files
Merge pull request #113 from bg-playground/copilot/fix-frontend-ci-peer-dependency
Fix frontend CI: use --legacy-peer-deps to unblock npm ci
2 parents 9a87c3a + a53a8a3 commit cbad72d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/frontend-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache-dependency-path: frontend/package-lock.json
3737

3838
- name: Install dependencies
39-
run: npm ci
39+
run: npm ci --legacy-peer-deps
4040

4141
- name: Run ESLint
4242
run: npm run lint

0 commit comments

Comments
 (0)