Skip to content

Commit

Permalink
Fix cache path for all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr0grog committed Jan 12, 2024
1 parent e5c5e7c commit 1e2d624
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
with:
node-version: 10
cache: npm
cache-dependency-path: 'package.json'

- name: Install dependencies
run: npm install
Expand All @@ -61,6 +62,7 @@ jobs:
with:
node-version: ${{ matrix.node_version }}
cache: npm
cache-dependency-path: 'package.json'

- name: Install dependencies
run: npm install
Expand All @@ -79,6 +81,7 @@ jobs:
with:
node-version: 10
cache: npm
cache-dependency-path: 'package.json'

- name: Install dependencies
run: npm install
Expand All @@ -97,6 +100,7 @@ jobs:
with:
node-version: 10
cache: npm
cache-dependency-path: 'package.json'

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 1e2d624

Please sign in to comment.