Skip to content

Commit a715076

Browse files
committed
legacy peer deps
1 parent 4a6d72b commit a715076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ runs:
1919
- name: Install dependencies 🔧
2020
shell: bash
2121
if: steps.cache_dependencies.outputs.cache-hit != 'true'
22-
run: cd frontend && npm ci
22+
run: cd frontend && npm ci --legacy-peer-deps

0 commit comments

Comments
 (0)