Skip to content

Commit

Permalink
ci: 💚 update key for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeWalker committed Sep 13, 2020
1 parent a6891b0 commit 25ad6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
path: '**/node_modules'
key: ${{ runner.os }}-modules

- name: install modules
run: yarn
Expand Down

0 comments on commit 25ad6c9

Please sign in to comment.