ci: fix npm cache dependency path for monorepo

This commit is contained in:
SaelixCode
2026-03-04 16:09:30 -05:00
parent 35b444d528
commit 243802eaa7
+3
View File
@@ -18,6 +18,9 @@ jobs:
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: |
backend/package-lock.json
frontend/package-lock.json
- name: Install Backend Dependencies
working-directory: ./backend