We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c782414 commit 21b0272Copy full SHA for 21b0272
1 file changed
src/presets/vercel/utils.ts
@@ -15,7 +15,7 @@ import { ISR_URL_PARAM } from "./runtime/isr.ts";
15
// https://vercel.com/docs/build-output-api/configuration
16
17
// https://vercel.com/docs/functions/runtimes/node-js/node-js-versions
18
-const SUPPORTED_NODE_VERSIONS = [20, 22];
+const SUPPORTED_NODE_VERSIONS = [20, 22, 24];
19
20
const FALLBACK_ROUTE = "/__server";
21
0 commit comments