From 8c1c7711b671666537f52bbecb282c89113d2d3d Mon Sep 17 00:00:00 2001 From: Ethan Dennis Date: Fri, 20 Mar 2020 12:58:32 -0700 Subject: [PATCH] Lerna example updated to v2 Co-Authored-By: Josh Gross --- examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.md b/examples.md index f8d39df..219176b 100644 --- a/examples.md +++ b/examples.md @@ -185,7 +185,7 @@ The yarn cache directory will depend on your operating system and version of `ya ```yaml - name: restore lerna - uses: actions/cache@v3 + uses: actions/cache@v2 with: path: | node_modules