ci: use npm ci --legacy-peer-deps for vite6/vitest peer dep conflict

This commit is contained in:
Shaun Arman 2026-03-15 14:39:43 -05:00
parent 171bac86e5
commit e88d289118

View File

@ -29,11 +29,11 @@ pipeline:
frontend-typecheck: frontend-typecheck:
image: node:22-alpine image: node:22-alpine
commands: commands:
- npm ci - npm ci --legacy-peer-deps
- npx tsc --noEmit - npx tsc --noEmit
frontend-tests: frontend-tests:
image: node:22-alpine image: node:22-alpine
commands: commands:
- npm ci - npm ci --legacy-peer-deps
- npm run test:run - npm run test:run