From 4dc738c6737c2e4540571f3ce9c62031cb7b753e Mon Sep 17 00:00:00 2001 From: Oriol Raventos Date: Thu, 22 Feb 2024 13:46:55 +0100 Subject: [PATCH] chore(example): use --legacy-peer-deps in custom-webchat github action --- .github/workflows/templates-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/templates-tests.yml b/.github/workflows/templates-tests.yml index af43d24..dc6b7f6 100644 --- a/.github/workflows/templates-tests.yml +++ b/.github/workflows/templates-tests.yml @@ -39,7 +39,7 @@ jobs: env: BOTONIC_DISABLE_MIXPANEL: 1 TEST_PATH: custom-webchat - run: (cd $TEST_PATH && npm install -D && npm run build && npm run test) + run: (cd $TEST_PATH && npm install -D --legacy-peer-deps && npm run build && npm run test) - name: dynamic-carousel build & test env: BOTONIC_DISABLE_MIXPANEL: 1