Disable npm cache in workflow to prevent hanging
All checks were successful
Build and Deploy API Server & Frontend / build-frontend (push) Successful in 40s
Build and Deploy API Server & Frontend / build-backend (push) Successful in 1m10s
Build and Deploy API Server & Frontend / deploy (push) Successful in 6s

This commit is contained in:
Farid Siddiqi 2025-12-25 22:42:29 -08:00
parent 573211aa26
commit 539ccaae72

View File

@ -94,8 +94,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
cache-dependency-path: frontend/package-lock.json
- name: Get commit info
id: commit