mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Updated cache flags
no issue - Yarn v4 introduces some breaking changes to the way flags work, so we had to change the way we install them on CI.
This commit is contained in:
parent
9aea310323
commit
36a85fb52f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -175,7 +175,7 @@ jobs:
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --prefer-offline --frozen-lockfile
|
run: yarn add --cached --immutable
|
||||||
|
|
||||||
- name: Build packages
|
- name: Build packages
|
||||||
if: steps.cache_built_packages.outputs.cache-hit != 'true'
|
if: steps.cache_built_packages.outputs.cache-hit != 'true'
|
||||||
|
|
Loading…
Add table
Reference in a new issue