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