Skip to content

Commit

Permalink
update docs to target node 14.18.0 (#11621)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-marechal authored Aug 31, 2022
1 parent 77e8a60 commit af83aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ For Windows instructions [click here](#building-on-windows).

## Prerequisites

- Node.js `>= 14`.
- Node.js `>= 14.18.0`.
- We recommend using Node's LTS: currently 16.x
- If you are interested in Theia's VS Code Extension support then you should use a Node version at least compatible with the one included in the version of Electron used by [VS Code](https://github.com/microsoft/vscode).
- [Yarn package manager](https://yarnpkg.com/en/docs/install) `>= 1.7.0` **AND** `< 2.x.x`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"engines": {
"yarn": ">=1.7.0 <2",
"node": ">=14"
"node": ">=14.18.0"
},
"resolutions": {
"**/@types/node": "14"
Expand Down

0 comments on commit af83aaa

Please sign in to comment.