Skip to content

Commit

Permalink
Fix typo of cache path in Lerna example
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuichi Yogo committed Apr 17, 2021
1 parent 8d3f2fc commit 12ed05f
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 @@ -217,7 +217,7 @@ If using `npm config` to retrieve the cache directory, ensure you run [actions/s
with:
path: |
node_modules
*/*/node_modules
**/*/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
```
Expand Down

0 comments on commit 12ed05f

Please sign in to comment.