We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce4b57 commit 03fef0aCopy full SHA for 03fef0a
1 file changed
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
32
cd rapport-audit
33
- npm ci
+ npm install --legacy-peer-deps
34
35
- name: Build
36
0 commit comments