Skip to content

Commit

Permalink
Merge pull request #567 from yuichkun/fix-typo-in-lerna-example
Browse files Browse the repository at this point in the history
Fix typo of cache path in Lerna example
  • Loading branch information
Vipul authored and GitHub committed Feb 23, 2022
2 parents 6c2ab94 + 7772fca commit ab4bea2
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 @@ -275,9 +275,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 ab4bea2

Please sign in to comment.