We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6d72b commit a715076Copy full SHA for a715076
.github/workflows/setup-node/action.yml
@@ -19,4 +19,4 @@ runs:
19
- name: Install dependencies 🔧
20
shell: bash
21
if: steps.cache_dependencies.outputs.cache-hit != 'true'
22
- run: cd frontend && npm ci
+ run: cd frontend && npm ci --legacy-peer-deps
0 commit comments