node: Move managed runtime to v24 LTS (#41956)

versecafe created

Release Notes:

- Moved managed Node runtime to v24 LTS

Change summary

crates/node_runtime/src/node_runtime.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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";