node: Move managed runtime to v24 LTS (#41956)
Release Notes: - Moved managed Node runtime to v24 LTS
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user