From 143ad2ea587a84fdc5c1f19be7dd8d6f814d0753 Mon Sep 17 00:00:00 2001 From: Lydia Hallie Date: Mon, 10 Nov 2025 14:09:04 -0800 Subject: [PATCH] Remove bun version from Vercel guide (#24562) --- docs/guides/deployment/vercel.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/deployment/vercel.mdx b/docs/guides/deployment/vercel.mdx index edd9011a9f..ff4ea58202 100644 --- a/docs/guides/deployment/vercel.mdx +++ b/docs/guides/deployment/vercel.mdx @@ -32,7 +32,7 @@ import { ProductCard } from "/snippets/product-card.mdx"; Vercel automatically detects this configuration and runs your application on Bun. The value has to be `"1.x"`, Vercel handles the minor version internally. - For best results, match your local Bun version with the version used by Vercel. **Currently, Bun version `1.2.23` is supported**. + For best results, match your local Bun version with the version used by Vercel. @@ -81,7 +81,7 @@ import { ProductCard } from "/snippets/product-card.mdx"; console.log("runtime", process.versions.bun); ``` ```txt - runtime 1.2.23 + runtime 1.3.2 ``` [See the Vercel Bun Runtime documentation for feature support →](https://vercel.com/docs/functions/runtimes/bun#feature-support)