Skip to content

Commit

Permalink
simplify path in lerna example
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuichi Yogo committed Apr 20, 2021
1 parent 12ed05f commit 4762de4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,7 @@ If using `npm config` to retrieve the cache directory, ensure you run [actions/s
- name: restore lerna
uses: actions/cache@v2
with:
path: |
node_modules
**/*/node_modules
path: **/*/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
```
Expand Down

0 comments on commit 4762de4

Please sign in to comment.