From d4161a8ea142c53a0f51e535ff98dacc5bcdd2a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 9 Oct 2022 13:47:36 +0200 Subject: [PATCH] README.md: fix node versions supported MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e4020da..a2e721f0 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Remember that workers can only send and receive serializable data. ## Node versions -You can use node versions 12.x, 13.x, 14.x, 16.x +You can use node versions >= 12.x for thread pool, and node versions >= 16.x for cluster pool. ## API -- 2.34.1