Skip to content

Commit

Permalink
fix node cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
rstijerina committed Jan 15, 2025
1 parent a2e9918 commit 9eda5be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
node-version: 14
cache: npm
cache-dependency-path: angular/package-lock.json

- name: npm ci
working-directory: angular
Expand All @@ -38,6 +39,7 @@ jobs:
with:
node-version: 14
cache: npm
cache-dependency-path: angular/package-lock.json

- name: npm ci
working-directory: angular
Expand All @@ -57,6 +59,7 @@ jobs:
with:
node-version: 20
cache: npm
cache-dependency-path: react/package-lock.json

- name: npm ci
working-directory: react
Expand All @@ -78,6 +81,7 @@ jobs:
with:
node-version: 20
cache: npm
cache-dependency-path: react/package-lock.json

- name: npm ci
working-directory: react
Expand All @@ -97,6 +101,7 @@ jobs:
with:
node-version: 20
cache: npm
cache-dependency-path: react/package-lock.json

- name: npm ci
working-directory: react
Expand Down

0 comments on commit 9eda5be

Please sign in to comment.