From 8d80245adf4781c167afbcf2e076a07bab276bb1 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sun, 1 Mar 2026 02:11:32 +0100 Subject: [PATCH] Test --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 9a58414d..125f9d4d 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -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