Skip to content

Commit ece5de6

Browse files
committed
Update CONTRIBUTING.md
Node needs be v14.x not greater. If installing the standard version ‘brew install node’, both ‘yarn’ and ‘code-server’ (release version) complains. Newest version is v16.x so we are pretty far behind.
1 parent bf45e7c commit ece5de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The prerequisites for contributing to code-server are almost the same as those f
3535
[VS Code](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites).
3636
There are several differences, however. Here is what is needed:
3737

38-
- `node` v14.x or greater
38+
- `node` v14.x
3939
- `git` v2.x or greater
4040
- [`yarn`](https://classic.yarnpkg.com/en/)
4141
- used to install JS packages and run scripts

0 commit comments

Comments
 (0)