2 parents 9a87c3a + a53a8a3 commit cbad72dCopy full SHA for cbad72d
1 file changed
.github/workflows/frontend-ci.yml
@@ -36,7 +36,7 @@ jobs:
36
cache-dependency-path: frontend/package-lock.json
37
38
- name: Install dependencies
39
- run: npm ci
+ run: npm ci --legacy-peer-deps
40
41
- name: Run ESLint
42
run: npm run lint
0 commit comments