From 5b89704129ab3a78838a1b5be47faa60401a3a83 Mon Sep 17 00:00:00 2001 From: Taras Mankovski <74687+taras@users.noreply.github.com> Date: Sun, 19 Jul 2026 10:34:50 -0400 Subject: [PATCH] ci: pin Bun to 1.3.14 in CI setup-bun@v2 previously installed whatever Bun was latest, leaving the version unpinned and drifting between runs. Pin it explicitly to the current latest stable, 1.3.14. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04fb792..1714e96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,6 +92,8 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2 + with: + bun-version: 1.3.14 - run: bun install