Skip to content

Commit 97703a5

Browse files
fix: add --legacy-peer-deps to accessibility workflow npm ci
1 parent 2852bf1 commit 97703a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/accessibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Install dependencies
5050
working-directory: client
51-
run: npm ci
51+
run: npm ci --legacy-peer-deps
5252

5353
- name: Install Playwright browsers
5454
working-directory: client

0 commit comments

Comments
 (0)