Skip to content

Commit 03fef0a

Browse files
committed
fix: utilisation de npm install au lieu de npm ci dans le workflow
1 parent 4ce4b57 commit 03fef0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
cd rapport-audit
33-
npm ci
33+
npm install --legacy-peer-deps
3434
3535
- name: Build
3636
run: |

0 commit comments

Comments
 (0)