diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb97b833f8..320a096993 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,10 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Enable Corepack + shell: bash + run: corepack enable + - name: Restore Yarn Cache id: restore-yarn uses: actions/cache/restore@v4