Skip to content

Commit

Permalink
Merge pull request #90 from ColeWalker/feature/cache-dependencies
Browse files Browse the repository at this point in the history
ci: 💚 update key for cache
  • Loading branch information
ColeWalker authored Sep 13, 2020
2 parents 7aa73e0 + 25ad6c9 commit aead317
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 aead317

Please sign in to comment.