Skip to content

Commit 2b5ce56

Browse files
Update index.js
Co-authored-by: Rich Harris <[email protected]>
1 parent 6404bab commit 2b5ce56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/adapter-vercel/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ const plugin = function (defaults = {}) {
326326

327327
if (!runtime.startsWith('nodejs') && !bun_runtime) {
328328
throw new Error(
329-
`${directory}: Routes using \`isr\` must use a Node.js or Bun runtime (for example 'nodejs20.x' or 'bun1.x')`
329+
`${directory}: Routes using \`isr\` must use a Node.js or Bun runtime (for example 'nodejs22.x' or 'experimental_bun1.x')`
330330
);
331331
}
332332

0 commit comments

Comments
 (0)