diff --git a/.github/workflows/circleci.yml b/.github/workflows/circleci.yml index 314689452..7556b15e3 100644 --- a/.github/workflows/circleci.yml +++ b/.github/workflows/circleci.yml @@ -105,6 +105,8 @@ jobs: key: code-${{ github.sha }} restore-keys: | code-${{ github.sha }} + - name: "yarn3" + run : corepack enable && yarn set version berry - name: Install yarn dependencies run: git config --global url."https://".insteadOf ssh:// && yarn install if: steps.cache_node.outputs.cache-hit != 'true'