fix(ci): yarn cache
This commit is contained in:
parent
b35a526d7b
commit
3686f6a2bd
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
|
@ -120,7 +120,7 @@ jobs:
|
|||
- name: Cache Node dependencies
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: yarn.lock
|
||||
path: node_modules
|
||||
key: ${{ runner.os }}-yarn-lock-${{ hashFiles('yarn.lock') }}
|
||||
restore-keys: ${{ runner.os }}-yarn-lock-
|
||||
- name: Cache Composer dependencies
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user