From dbed421da90eb5ce1a89b7efe38c338b94c72389 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 18 Apr 2022 09:21:36 +0200 Subject: [PATCH] Run GitHub actions only on supported node.js version 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1