From 585b651b4c0e896fe73ee18d02fe7ee0042f263d Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 21 Mar 2022 07:38:19 -0600 Subject: [PATCH] Update nodejs version requirements (#21484) While we do technically support v14, it's fallen into security releases. Let's recommend that people use whatever nodejs itself recommends instead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbfb67dc04..919d58a1a5 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Ensure you have the latest LTS version of Node.js installed. Using `yarn` instead of `npm` is recommended. Please see the Yarn [install guide](https://classic.yarnpkg.com/en/docs/install) if you do not have it already. -1. Install or update `node.js` so that your `node` is at least v14.x. +1. Install or update `node.js` so that your `node` is at least the current recommended LTS. 1. Install `yarn` if not present already. 1. Clone the repo: `git clone https://github.com/vector-im/element-web.git`. 1. Switch to the element-web directory: `cd element-web`.