diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 002f4ad23bc1ce..aaae1de629f618 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -53,7 +53,9 @@ jobs: - name: 🏗️ Setup Bun uses: oven-sh/setup-bun@v1 with: - bun-version: 1.x + # Version `1.x` fails due to https://github.com/oven-sh/setup-bun/issues/37 + # TODO(cedric): swap `latest` back once the issue is resolved + bun-version: latest - name: ♻️ Restore caches uses: ./.github/actions/expo-caches id: expo-caches