From a746be5b3f476db0d65dedbe147e690f432e9e03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 15 Oct 2022 08:04:31 +0200 Subject: [PATCH] Only node version => 16.x are supported for 2.3.x release MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 355266d5..f4b4e422 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] - node: ['14.x', '16.x', '18.x'] + node: ['16.x', '18.x'] steps: - name: Checkout diff --git a/README.md b/README.md index d5ff1cc6..ead31483 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 for thread pool, and node versions >= 16.x for cluster pool. +Bode node versions >= 16.x are supported. ## API -- 2.34.1