mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 12:38:02 +00:00
node_runtime: Bump downloaded Node.js version to Current (Jod) (#14687)
This PR bumps the hard-coded Node.js version from v18.x (Hydrogen), which was LTS until October 2023, to v22.x (Jod) which will be the next LTS release in October 2024. Release Notes: - Updated Zed's node version (v18.x -> v22.x)
This commit is contained in:
parent
fbe30c6f2e
commit
a072caab0b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ use util::ResultExt;
|
|||
#[cfg(windows)]
|
||||
use smol::process::windows::CommandExt;
|
||||
|
||||
const VERSION: &str = "v18.15.0";
|
||||
const VERSION: &str = "v22.5.1";
|
||||
|
||||
#[cfg(not(windows))]
|
||||
const NODE_PATH: &str = "bin/node";
|
||||
|
|
Loading…
Reference in a new issue