From 46381761465b4ad7b6a86c3c1126b13d367ad7e2 Mon Sep 17 00:00:00 2001 From: Mustapha GHLISSI Date: Sat, 13 Jul 2024 05:04:49 +0100 Subject: [PATCH] Feat: update ci work file --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23098a7..05bb410 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v4 - name: Install dependencies - run: npm ci + run: npm ci --legacy-peer-deps - name: Configure Git User run: | git config --global user.name "Mustapha GHLISSI"