ci
Some checks failed
CI/CD Pipeline / Backend - Build, Test & Push (push) Failing after 4m53s
CI/CD Pipeline / Frontend - Build, Test & Push (push) Failing after 6m31s
CI/CD Pipeline / Integration Tests (push) Has been skipped
CI/CD Pipeline / Deployment Summary (push) Has been skipped

This commit is contained in:
David 2025-11-17 01:16:59 +01:00
parent b891b19a9a
commit 2a6c30704c

View File

@ -29,7 +29,7 @@ jobs:
with: with:
node-version: ${{ env.NODE_VERSION }} node-version: ${{ env.NODE_VERSION }}
cache: 'npm' cache: 'npm'
cache-dependency-path: apps/backend/package-lock.json cache-dependency-path: apps/backend/package.json
- name: Install dependencies - name: Install dependencies
run: npm ci --legacy-peer-deps run: npm ci --legacy-peer-deps