remove node version from installation instructions

It's outdated (v16 is the active LTS curently) and IMO it's better to link to the Node docs rather than update it every 6 months.

Signed-off-by: Pawel Wamej <pwamej@gmail.com>
This commit is contained in:
Pawel Wamej
2022-02-12 19:06:19 +01:00
parent 828a3e339c
commit 90f3729b9d
+1 -1
View File
@@ -25,7 +25,7 @@ guide to do a repository-based installation.
[Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/)
- An account with elevated rights to install the dependencies
- `curl` or `wget` installed
- Node.js Active LTS Release installed (currently v14) using one of these
- [Node.js Active LTS Release](https://nodejs.org/en/about/releases/) installed using one of these
methods:
- Using `nvm` (recommended)
- [Installing nvm](https://github.com/nvm-sh/nvm#install--update-script)