From 8ac007882fdffdb6def4cfad51656c3a03a5ea3b Mon Sep 17 00:00:00 2001 From: metonym Date: Mon, 8 Apr 2024 10:02:09 -0700 Subject: [PATCH] ci: pin Bun version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |