diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 770a1fd0..2076e6cc 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: with: useRollingCache: true working-directory: . - install-command: npm ci --audit false + install-command: npm ci --audit false --legacy-peer-deps - name: Starting build check shell: bash