Skip to content

Commit 9bcc67d

Browse files
committed
set default runtime back to node 21
1 parent 75c796a commit 9bcc67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-v3/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ async function resolveConfig(
173173
["run_engine_v2" as const].concat(config.compatibilityFlags ?? [])
174174
);
175175

176-
const defaultRuntime: BuildRuntime = features.run_engine_v2 ? "node-22" : DEFAULT_RUNTIME;
176+
const defaultRuntime: BuildRuntime = features.run_engine_v2 ? "node" : DEFAULT_RUNTIME;
177177

178178
const mergedConfig = defu(
179179
{

0 commit comments

Comments
 (0)