We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f31d4 commit 80a9bf6Copy full SHA for 80a9bf6
1 file changed
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Install dependencies
54
run: |
55
cd frontend
56
- npm ci
+ npm ci --legacy-peer-deps
57
58
- name: Build frontend
59
0 commit comments