Skip to content

Commit

Permalink
update cache dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Aug 10, 2023
1 parent bfc9e1c commit f5cc95f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_and_test_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
node-version: 18
cache: npm
cache-dependency-path: ./outline_client/package-lock.json

- name: Install NPM Dependencies
run: cd outline_client && npm ci
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
with:
node-version: 18
cache: npm
cache-dependency-path: ./outline_client/package-lock.json

- name: Install NPM Dependencies
run: cd outline_client && npm ci
Expand All @@ -83,6 +85,7 @@ jobs:
with:
node-version: 18
cache: npm
cache-dependency-path: ./outline_client/package-lock.json

- name: Install NPM Dependencies
run: cd outline_client && npm ci
Expand All @@ -107,6 +110,7 @@ jobs:
with:
node-version: 18
cache: npm
cache-dependency-path: ./outline_client/package-lock.json

- name: Install NPM Dependencies
run: cd outline_client && npm ci
Expand Down Expand Up @@ -140,6 +144,7 @@ jobs:
with:
node-version: 18
cache: npm
cache-dependency-path: ./outline_client/package-lock.json

- name: Install NPM Dependencies
run: cd outline_client && npm ci
Expand Down Expand Up @@ -170,6 +175,7 @@ jobs:
with:
node-version: 18
cache: npm
cache-dependency-path: ./outline_client/package-lock.json

- name: Install NPM Dependencies
run: cd outline_client && npm ci
Expand Down

0 comments on commit f5cc95f

Please sign in to comment.