From 3e8f6e0d718abd3004cfde961896820eba0bb94d Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Wed, 30 Nov 2022 06:07:19 -0800 Subject: [PATCH] Update what node version is supported Fixes #557 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f609261f..b7650750c 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ npm run build ## Dependencies -Node.JS 12+ or Electron 8+ is required to use `node-pty`. +Node.JS 16 or Electron 19 is required to use `node-pty`. What version of node is supported is currently mostly bound to [whatever version Visual Studio Code is using](https://github.com/microsoft/node-pty/issues/557#issuecomment-1332193541). ### Linux (apt)