Remove bun version from Vercel guide (#24562)

This commit is contained in:
Lydia Hallie
2025-11-10 14:09:04 -08:00
committed by GitHub
parent 6f9843ea9a
commit 143ad2ea58

View File

@@ -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.
</Step>
<Step title="Next.js configuration">
@@ -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)