Skip to content

Commit 21b0272

Browse files
authored
presets(vercel): add support for node@24 (#3967)
1 parent c782414 commit 21b0272

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/presets/vercel/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { ISR_URL_PARAM } from "./runtime/isr.ts";
1515
// https://vercel.com/docs/build-output-api/configuration
1616

1717
// https://vercel.com/docs/functions/runtimes/node-js/node-js-versions
18-
const SUPPORTED_NODE_VERSIONS = [20, 22];
18+
const SUPPORTED_NODE_VERSIONS = [20, 22, 24];
1919

2020
const FALLBACK_ROUTE = "/__server";
2121

0 commit comments

Comments
 (0)