feat: add caching for frontend dependencies in build workflow
Some checks failed
Chore App Build and Push Docker Images / build-and-push (push) Failing after 1m48s

This commit is contained in:
2026-02-19 12:42:16 -05:00
parent 8008f1d116
commit 8708a1a68f

View File

@@ -44,6 +44,7 @@ jobs:
with: with:
node-version: "18" node-version: "18"
cache: "npm" cache: "npm"
cache-dependency-path: frontend/vue-app/package-lock.json
- name: Install frontend dependencies - name: Install frontend dependencies
run: npm ci run: npm ci