From 12ed05f49acce78438c4958a91b8c5c56b0526bd Mon Sep 17 00:00:00 2001
From: Yuichi Yogo <yuichkun@gmail.com>
Date: Sat, 17 Apr 2021 12:34:17 +0900
Subject: [PATCH] Fix typo of cache path in Lerna example

---
 examples.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples.md b/examples.md
index 0947e70..7d3f8ab 100644
--- a/examples.md
+++ b/examples.md
@@ -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') }}
 ```