diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3441008c1d..98bca1942d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -39,6 +39,9 @@ jobs:
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
+ - name: Install Bun
+ uses: oven-sh/setup-bun@v2
+
- name: Install dependencies
run: pnpm install
diff --git a/apps/v4/content/docs/changelog/2026-04-sera.mdx b/apps/v4/content/docs/changelog/2026-04-sera.mdx
index 804624c5fd..f60b573124 100644
--- a/apps/v4/content/docs/changelog/2026-04-sera.mdx
+++ b/apps/v4/content/docs/changelog/2026-04-sera.mdx
@@ -6,7 +6,7 @@ date: 2026-04-16
Introducing Sera, a new shadcn/ui style. Minimal. Editorial. Typographic. Underline Controls and Uppercase Headings. Shaped by Print Design Principles.
-
+