From 8088fa41fada4f079c832a9efcbac71768594629 Mon Sep 17 00:00:00 2001 From: Giulio Amato Date: Tue, 11 Aug 2026 17:41:36 +0200 Subject: [PATCH] ci: enable Corepack before install --- .github/actions/setup/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index a613332..4aa4cb1 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -9,6 +9,10 @@ runs: with: node-version-file: .nvmrc + - name: Enable Corepack + run: corepack enable + shell: bash + - name: Restore dependencies id: yarn-cache uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3