mirror of https://github.com/actions/cache.git
Lerna example updated to v2
Co-Authored-By: Josh Gross <joshmgross@github.com>
This commit is contained in:
parent
482e3f4bd9
commit
8c1c7711b6
|
@ -185,7 +185,7 @@ The yarn cache directory will depend on your operating system and version of `ya
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: restore lerna
|
- name: restore lerna
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
node_modules
|
node_modules
|
||||||
|
|
Loading…
Reference in New Issue