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

Release Notes:

- Moved managed Node runtime to v24 LTS
This commit is contained in:
versecafe
2025-11-05 14:10:42 -07:00
committed by GitHub
parent 7c23ef89ec
commit b8364d7c33
+1 -1
View File
@@ -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";