From e882491727267c6be803c476666f228b408af31c Mon Sep 17 00:00:00 2001 From: Oleksandr Brezhniev Date: Fri, 12 Apr 2024 11:30:12 +0100 Subject: [PATCH] Update Node.js version note in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cb4d080..c2026676 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The low-level cryptography is performed directly in `wasm`, and uses worker thre ## Preliminaries ### Install node -First off, make sure you have a recent version of `Node.js` installed. While any version after `v12` should work fine, we recommend you install `v16` or later. +First off, make sure you have a recent LTS version of Node.js installed. Non-LTS and versions prior to v16 are not guaranteed to work. If you’re not sure which version of Node you have installed, you can run: