From af83aaa66b51e9da92f43d828837e020216bf085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Mar=C3=A9chal?= Date: Wed, 31 Aug 2022 16:34:56 -0400 Subject: [PATCH] update docs to target node 14.18.0 (#11621) --- doc/Developing.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Developing.md b/doc/Developing.md index 25488f5334acf..2f0e472892c0f 100644 --- a/doc/Developing.md +++ b/doc/Developing.md @@ -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`. diff --git a/package.json b/package.json index 1c79f066d9484..a85527ce7b90b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "engines": { "yarn": ">=1.7.0 <2", - "node": ">=14" + "node": ">=14.18.0" }, "resolutions": { "**/@types/node": "14"