Skip to content

Commit

Permalink
Test location
Browse files Browse the repository at this point in the history
  • Loading branch information
Jwaegebaert committed Dec 24, 2023
1 parent b098d6e commit 48d7206
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
with:
path: |
**/docs/node_modules
key: node_modules-${{ matrix.os }}-${{ matrix.node }}-${{ hashFiles('**/npm-shrinkwrap.json') }}
key: docs_node_modules-${{ hashFiles('**/docs/package-lock.json') }}

- name: Restore dependencies
if: steps.cache.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
with:
path: |
**/docs/node_modules
key: node_modules-${{ matrix.os }}-${{ matrix.node }}-${{ hashFiles('**/npm-shrinkwrap.json') }}
key: docs_node_modules-${{ hashFiles('**/docs/package-lock.json') }}

- name: Restore dependencies
if: steps.cache.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
with:
path: |
**/docs/node_modules
key: node_modules-${{ matrix.os }}-${{ matrix.node }}-${{ hashFiles('**/npm-shrinkwrap.json') }}
key: docs_node_modules-${{ hashFiles('**/docs/package-lock.json') }}

- name: Restore dependencies
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 48d7206

Please sign in to comment.