Skip to content

Commit a37fdba

Browse files
committed
fix(ci): use legacy-peer-deps for frontend npm ci
1 parent cf51f77 commit a37fdba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/frontend-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Install dependencies
3333
working-directory: ./frontend
34-
run: npm ci
34+
run: npm ci --legacy-peer-deps
3535

3636
- name: Run frontend unit tests with coverage
3737
working-directory: ./frontend
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Install dependencies
7272
working-directory: ./frontend
73-
run: npm ci
73+
run: npm ci --legacy-peer-deps
7474

7575
- name: Install backend dependencies
7676
working-directory: ./backend

0 commit comments

Comments
 (0)