This commit is contained in:
MartinBraquet
2026-03-01 02:22:22 +01:00
parent 49237bbe18
commit 418b2c7e52

View File

@@ -23,10 +23,11 @@ runs:
node-version: '22'
- name: Install dependencies
# if: steps.cache-node-modules.outputs.cache-hit != 'true'
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile
shell: bash
- name: Post-install
if: steps.cache-node-modules.outputs.cache-hit == 'true'
run: yarn postinstall
shell: bash