From: Jérôme Benoit Date: Mon, 18 Apr 2022 07:21:36 +0000 (+0200) Subject: Run GitHub actions only on supported node.js version X-Git-Tag: v2.2.1~84 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=dbed421da90eb5ce1a89b7efe38c338b94c72389;p=poolifier.git Run GitHub actions only on supported node.js version Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 044210ac..8ba23789 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - node: ['12.x', '14.x', '16.x'] + node: ['14.x', '16.x', '17.x'] steps: - name: Checkout