0
Fork 0
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:
Ronald Langeveld 2024-10-14 05:12:51 +04:00
parent 9aea310323
commit 36a85fb52f

View file

@ -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'