Fix cache version in lerna example

As far as I know, there is no `cache@v2`.
pull/237/head
Sam Desborough 5 years ago committed by GitHub
parent eb78578266
commit c5d84ade70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save