mirror of https://github.com/actions/cache.git
Fix cache version in lerna example
As far as I know, there is no `cache@v2`.
This commit is contained in:
parent
eb78578266
commit
c5d84ade70
|
@ -189,7 +189,7 @@ The yarn cache directory will depend on your operating system and version of `ya
|
|||
|
||||
```yaml
|
||||
- name: restore lerna
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
|
|
Loading…
Reference in New Issue