Fix workflow cache option
This commit is contained in:
parent
4e5d7e1038
commit
8b9db4d892
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: lts/*
|
node-version: lts/*
|
||||||
cache: yarn
|
cache: yarn
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/yarn.lock'
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
Loading…
Reference in New Issue
Block a user