Update files to reflect the new node.js v24 (#7949)

With the update to node.js v24 in vscode and package.json some files have not been updated and still referenced version 22.x.
This commit is contained in:
Alexander Freiherr von Buddenbrock
2026-08-17 19:03:55 +02:00
committed by GitHub
parent 51f90a376b
commit 596dbf3416
5 changed files with 9 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ The prerequisites for contributing to code-server are almost the same as those
for [VS Code](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites).
Here is what is needed:
- `node` v22.x
- `node` v24.x
- `git` v2.x or greater
- [`git-lfs`](https://git-lfs.github.com)
- [`npm`](https://www.npmjs.com/)