Update examples.md
Co-Authored-By: Eric Taylor <erictaylor89@gmail.com>
This commit is contained in:
parent
0beb5319ff
commit
b90a46c7a5
@ -90,7 +90,7 @@ The yarn cache directory will depend on your operating system and version of `ya
|
|||||||
- uses: actions/cache@v1
|
- uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.yarn-cache.outputs.dir }}
|
path: ${{ steps.yarn-cache.outputs.dir }}
|
||||||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock')) }}
|
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user