chore(medusa): cleanup medusa package (#7206)
This commit is contained in:
committed by
GitHub
parent
8b61dccd0f
commit
71f4f46cb9
4
.github/actions/cache-deps/action.yml
vendored
4
.github/actions/cache-deps/action.yml
vendored
@@ -11,9 +11,9 @@ runs:
|
||||
with:
|
||||
path: |
|
||||
.yarn/cache
|
||||
key: ${{ runner.os }}-yarn-${{inputs.extension}}-v8-${{ hashFiles('**/yarn.lock') }}
|
||||
key: ${{ runner.os }}-yarn-${{inputs.extension}}-v8-${{ hashFiles('**/yarn.lock') }}-3
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-${{inputs.extension}}-v8
|
||||
${{ runner.os }}-yarn-${{inputs.extension}}-v8-3
|
||||
# We want to only bootstrap and install if no cache is found.
|
||||
- run: yarn install --immutable
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user