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
All checks were successful
Chore App Build and Push Docker Images / build-and-push (push) Successful in 2m40s
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
|||||||
- name: Set up Node.js for frontend tests
|
- name: Set up Node.js for frontend tests
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: "18"
|
node-version: "20.19.0"
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
cache-dependency-path: frontend/vue-app/package-lock.json
|
cache-dependency-path: frontend/vue-app/package-lock.json
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user