diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de35cff2..7cfd88eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: - name: Install run: | cp js/config/config.dist.ts js/config/config.ts - npm install --no-fund --ignore-scripts --no-audit + npm install --no-fund --ignore-scripts --no-audit --legacy-peer-deps - name: Test run: |