From: Jérôme Benoit Date: Sat, 15 Oct 2022 06:04:31 +0000 (+0200) Subject: Only node version => 16.x are supported for 2.3.x release X-Git-Tag: v2.3.2~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a746be5b3f476db0d65dedbe147e690f432e9e03;hp=f1583b4edd427f8c3f2b4ddc652d2e102390b08e;p=poolifier.git Only node version => 16.x are supported for 2.3.x release Signed-off-by: Jérôme Benoit --- 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