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:
|
||||
node-version: lts/*
|
||||
cache: yarn
|
||||
cache-dependency-path: '**/package-lock.json'
|
||||
cache-dependency-path: '**/yarn.lock'
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
|
Loading…
Reference in New Issue
Block a user