[CI] Yarn install composite action remove --immutable-cache (#9641)
This commit is contained in:
@ -33,7 +33,7 @@ runs:
|
|||||||
shell: ${{ steps.globals.outputs.ACTION_SHELL }}
|
shell: ${{ steps.globals.outputs.ACTION_SHELL }}
|
||||||
run: |
|
run: |
|
||||||
yarn config set enableHardenedMode true
|
yarn config set enableHardenedMode true
|
||||||
yarn --immutable --immutable-cache --check-cache
|
yarn --immutable --check-cache
|
||||||
- name: Save cache
|
- name: Save cache
|
||||||
if: ${{ steps.cache-node-modules.outputs.cache-hit != 'true' && steps.cache-node-modules.outputs.cache-matched-key == '' }}
|
if: ${{ steps.cache-node-modules.outputs.cache-hit != 'true' && steps.cache-node-modules.outputs.cache-matched-key == '' }}
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user