diff --git a/crates/node_runtime/src/node_runtime.rs b/crates/node_runtime/src/node_runtime.rs index babdf56117a9fa42c4dee7ca8653728d1d0203e1..c82fc178edfde742d5dedd79b4787a6b5f229d31 100644 --- a/crates/node_runtime/src/node_runtime.rs +++ b/crates/node_runtime/src/node_runtime.rs @@ -376,7 +376,7 @@ struct ManagedNodeRuntime { } impl ManagedNodeRuntime { - const VERSION: &str = "v22.5.1"; + const VERSION: &str = "v24.11.0"; #[cfg(not(windows))] const NODE_PATH: &str = "bin/node";