Skip to content

How often is node-version updated #6570

Answered by code-asher
RickyCartner asked this question in Q&A
Discussion options

You must be logged in to vote

Yup, you can replace the Node version ad-hoc, either by replacing the Node binary code-server ships with or by launching code-server with your own Node binary (for example node /path/to/installed/code-server, wherever the package.json is).

I am not sure what VS Code's process or timeline is for updating. You can sometimes find information by looking up issues about updates to Electron and then checking what version of Node that version of Electron uses. We just check the .yarnrc on every release.

The main branch currently targets 18.17.1 which looks like it will be released in 1.86 (next month, I think, because 1.85 was just released).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@RickyCartner
Comment options

Answer selected by RickyCartner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants