1 parent cf51f77 commit a37fdbaCopy full SHA for a37fdba
1 file changed
.github/workflows/frontend-tests.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Install dependencies
33
working-directory: ./frontend
34
- run: npm ci
+ run: npm ci --legacy-peer-deps
35
36
- name: Run frontend unit tests with coverage
37
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
- name: Install backend dependencies
76
working-directory: ./backend
0 commit comments