fix(ci): use --legacy-peer-deps during npm ci in all workflows
Some checks failed
CI / Lint, Unit Tests & Build (push) Failing after 36s
CI / Deploy production (on server) (push) Has been skipped

This commit is contained in:
Antigravity
2026-05-28 21:17:05 +00:00
parent 3a08350568
commit a5342eba4b
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ jobs:
${{ runner.os }}-node-
- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps
- name: Generate Prisma client
run: npx prisma generate