Skip to content

Commit

Permalink
bump cache
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTheGreek committed Jul 22, 2020
1 parent edd0c93 commit b124b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
path: |
node_modules
*/*/node_modules
key: 0-${{ runner.os }}-node12-${{ hashFiles('**/package-lock.json') }}
key: 1-${{ runner.os }}-node12-${{ hashFiles('**/package-lock.json') }}
- run: bash ./scripts/install.sh
if: steps.cache-deps.outputs.cache-hit != 'true'
- run: bash ./scripts/ci.sh
Expand Down

0 comments on commit b124b01

Please sign in to comment.