Skip to content

Commit

Permalink
fix(ci): fixed the cach key
Browse files Browse the repository at this point in the history
  • Loading branch information
meza committed Jun 27, 2022
1 parent b07d0a6 commit 6149a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
path: |
~/.cache
~/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
path: |
~/.cache
~/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down

0 comments on commit 6149a19

Please sign in to comment.