From: Jérôme Benoit Date: Sun, 9 Oct 2022 11:47:36 +0000 (+0200) Subject: README.md: fix node versions supported X-Git-Tag: v2.2.2~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d4161a8ea142c53a0f51e535ff98dacc5bcdd2a4;p=poolifier.git README.md: fix node versions supported Signed-off-by: Jérôme Benoit --- 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