fix: add legacy-peer-deps flag to npm ci for compatibility
Run Tests / test (push) Failing after 8m11s
Run Tests / test (push) Failing after 8m11s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user