This commit is contained in:
MartinBraquet
2026-03-01 02:11:32 +01:00
parent 8d235e89f0
commit 8d80245adf

View File

@@ -17,7 +17,7 @@ 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