Skip to content

Commit

Permalink
ci: rename path
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhanglong committed May 12, 2021
1 parent d30475c commit b467c98
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 @@ -21,7 +21,7 @@ jobs:
env:
cache-name: cache-node-modules
with:
path: ~/.npm
path: ./node_modules
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package.json') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
Expand Down

0 comments on commit b467c98

Please sign in to comment.