Skip to content

Commit

Permalink
different hash
Browse files Browse the repository at this point in the history
  • Loading branch information
malte-j committed Aug 27, 2020
1 parent d544977 commit a732aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-node-${{ hashFiles('themes/argo/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: (cd themes/argo && npm ci --production)
Expand Down

0 comments on commit a732aa9

Please sign in to comment.