mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 01:15:58 +00:00
chore(ci): fix cache key
This commit is contained in:
parent
2c51a65f33
commit
cd9c1cfd44
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -31,12 +31,11 @@ jobs:
|
||||
path: .yarn/cache
|
||||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-berry-
|
||||
${{ runner.os }}-yarn-
|
||||
|
||||
- name: Install dependencies
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
run: yarn # --immutable
|
||||
|
||||
run: yarn --immutable
|
||||
|
||||
- name: Stub
|
||||
run: yarn stub
|
||||
|
Loading…
Reference in New Issue
Block a user