diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9358dba5a..8e9ba427a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: if: steps.webui-cache.outputs.cache-hit != 'true' - name: Install dependencies - run: npm ci --prefer-offline --no-audit --progress=false --cache ${{ github.workspace }}/.cache/npm + run: npm ci --cache ${{ github.workspace }}/.cache/npm - name: Build run: npm run build