diff --git a/.github/workflows/build-app-crm.yml b/.github/workflows/build-app-crm.yml index 833ec90e6..fd96152fc 100644 --- a/.github/workflows/build-app-crm.yml +++ b/.github/workflows/build-app-crm.yml @@ -49,7 +49,7 @@ jobs: run: npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}} - name: Install dependencies - run: npm ci + run: npm ci --legacy-peer-deps - name: Run lint run: npm run lint diff --git a/.github/workflows/build-app-lob.yml b/.github/workflows/build-app-lob.yml index f35f9680d..94b5e80d2 100644 --- a/.github/workflows/build-app-lob.yml +++ b/.github/workflows/build-app-lob.yml @@ -54,7 +54,7 @@ jobs: run: npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}} - name: Install dependencies - run: npm ci + run: npm ci --legacy-peer-deps - name: Run lint run: npm run lint