Skip to content

Commit

Permalink
ci(actions): 👷 update yarn lock path
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Jun 30, 2022
1 parent 9c45ab5 commit d23144a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: cache-node-modules # use this to check for `cache-hit` (`steps.cache-node-modules.outputs.cache-hit != 'true'`)
with:
path: node_modules
key: modules-${{ hashFiles('**/yarn-lock.json') }}
key: modules-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
modules-
Expand All @@ -54,7 +54,7 @@ jobs:
id: cache-node-modules # use this to check for `cache-hit` (`steps.cache-node-modules.outputs.cache-hit != 'true'`)
with:
path: node_modules
key: modules-${{ hashFiles('**/yarn-lock.json') }}
key: modules-${{ hashFiles('**/yarn-lock') }}
restore-keys: |
modules-
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
id: cache-node-modules # use this to check for `cache-hit` (`steps.cache-node-modules.outputs.cache-hit != 'true'`)
with:
path: node_modules
key: modules-${{ hashFiles('**/yarn-lock.json') }}
key: modules-${{ hashFiles('**/yarn-lock') }}
restore-keys: |
modules-
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
id: cache-node-modules # use this to check for `cache-hit` (`steps.cache-node-modules.outputs.cache-hit != 'true'`)
with:
path: node_modules
key: modules-${{ hashFiles('**/yarn-lock.json') }}
key: modules-${{ hashFiles('**/yarn-lock') }}
restore-keys: |
modules-
Expand Down

0 comments on commit d23144a

Please sign in to comment.