Skip to content

Commit 934d637

Browse files
committed
fix: add --legacy-peer-deps to test workflow scripts
1 parent 39c1264 commit 934d637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
ref: ${{ github.event.pull_request.head.sha }}
3232

3333
- name: Install workspace dependencies
34-
run: npm install
34+
run: npm install --legacy-peer-deps
3535
working-directory: .
3636

3737
- name: Install dependencies
38-
run: npm install
38+
run: npm install --legacy-peer-deps
3939
working-directory: templates/react-javascript
4040

4141
- name: Build project

0 commit comments

Comments
 (0)