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 75c796a commit 9bcc67dCopy full SHA for 9bcc67d
packages/cli-v3/src/config.ts
@@ -173,7 +173,7 @@ async function resolveConfig(
173
["run_engine_v2" as const].concat(config.compatibilityFlags ?? [])
174
);
175
176
- const defaultRuntime: BuildRuntime = features.run_engine_v2 ? "node-22" : DEFAULT_RUNTIME;
+ const defaultRuntime: BuildRuntime = features.run_engine_v2 ? "node" : DEFAULT_RUNTIME;
177
178
const mergedConfig = defu(
179
{
0 commit comments