diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index a7a9752..8a9671a 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -23,7 +23,7 @@ jobs: cache: "npm" - name: Install dependencies - run: npm ci + run: npm ci --legacy-peer-deps - name: Install Playwright browsers run: npx playwright install --with-deps