diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dabe920e..6d6add1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,6 @@ jobs: cache: "npm" cache-dependency-path: frontend/package-lock.json - name: Install Dependencies - run: npm ci + run: npm ci --legacy-peer-deps - name: Build run: npm run build -- --configuration production