diff --git a/.github/workflows/setup-node/action.yml b/.github/workflows/setup-node/action.yml index 4e22018..76d0492 100644 --- a/.github/workflows/setup-node/action.yml +++ b/.github/workflows/setup-node/action.yml @@ -18,4 +18,4 @@ runs: - name: Install dependencies 🔧 shell: bash if: steps.cache_dependencies.outputs.cache-hit != 'true' - run: npm ci \ No newline at end of file + run: npm ci --legacy-peer-deps \ No newline at end of file