Skip to content

Commit

Permalink
fix(build): cache yarn.lock instead of package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus committed May 10, 2020
1 parent f1af74e commit c067aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/cache@v1
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node-
Expand Down

0 comments on commit c067aab

Please sign in to comment.