diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9e6558..5f7d08c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - uses: oven-sh/setup-bun@v1 with: - bun-version: latest + bun-version: 1.1.3 - name: Build and test the library run: |