feat: add caching for frontend dependencies in build workflow
All checks were successful
Chore App Build and Push Docker Images / build-and-push (push) Successful in 2m40s

This commit is contained in:
2026-02-19 12:55:05 -05:00
parent 8708a1a68f
commit 53236ab019

View File

@@ -42,7 +42,7 @@ jobs:
- name: Set up Node.js for frontend tests
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20.19.0"
cache: "npm"
cache-dependency-path: frontend/vue-app/package-lock.json