[CI] Yarn install composite action remove --immutable-cache (#9641)

This commit is contained in:
Paul Rastoin
2025-01-15 16:02:29 +01:00
committed by GitHub
parent 8e0c9fbf16
commit d63aec44bb

View File

@ -33,7 +33,7 @@ runs:
shell: ${{ steps.globals.outputs.ACTION_SHELL }}
run: |
yarn config set enableHardenedMode true
yarn --immutable --immutable-cache --check-cache
yarn --immutable --check-cache
- name: Save cache
if: ${{ steps.cache-node-modules.outputs.cache-hit != 'true' && steps.cache-node-modules.outputs.cache-matched-key == '' }}
uses: actions/cache/save@v4