diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index e5edfcd1..c3a15d7d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -170,7 +170,7 @@ jobs: node-version: 20 - name: Install dependencies - run: npm ci + run: npm ci --legacy-peer-deps - name: ๐Ÿงช Run Checks in Parallel if: github.event.inputs.skip_long_checks != 'true' @@ -420,7 +420,7 @@ jobs: node-version: 20 - name: Install dependencies - run: npm ci + run: npm ci --legacy-peer-deps - name: ๐Ÿ” Install Chromium (Native & ARM64) run: |