Skip to content

Commit

Permalink
remove unnecessary sub directory from search path
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuichi Yogo committed Feb 23, 2022
1 parent 4762de4 commit 7772fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +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
path: **/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
```
Expand Down

0 comments on commit 7772fca

Please sign in to comment.