fix: add legacy-peer-deps flag to npm ci for compatibility
Run Tests / test (push) Failing after 8m11s

This commit is contained in:
2026-05-14 16:50:50 +02:00
parent 15e49cb0f9
commit 1282801f47
+1 -1
View File
@@ -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