From 6733ae50d5f1795b99f134e2ff5f1543afb54d1f Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 27 Jan 2025 20:40:20 +0000 Subject: [PATCH] docs: add warning about our current Bun setup --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 648f921..2de2364 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,6 +23,11 @@ jobs: - name: Set up Bun uses: oven-sh/setup-bun@v2 with: + # We're using the latest version of Bun for now, but it might be worth + # reconsidering. They've pushed breaking changes in patch releases + # that have broken our CI. + # Our PR where issues started to pop up: https://github.com/coder/modules/pull/383 + # The Bun PR that broke things: https://github.com/oven-sh/bun/pull/16067 bun-version: latest - name: Install dependencies run: bun install