From 6e77294702f88ae3c4d2e93ff88512709584e47e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Wed, 16 Oct 2024 22:48:06 +0200 Subject: [PATCH 1/2] ci: add tests for Node 20 & 22 --- .github/workflows/verifications.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/verifications.yml b/.github/workflows/verifications.yml index 0f49ec5a..c9ce72fb 100644 --- a/.github/workflows/verifications.yml +++ b/.github/workflows/verifications.yml @@ -33,8 +33,7 @@ jobs: strategy: fail-fast: false matrix: - # The .x indicates "the most recent one" - node: [19.x, 18.x, 17.x, 16.x, 14.x, 14.17.0, 12.x, 12.22.0] + node: [12.22.0, 12, 14.17.0, 13, 16, 18, 20, 22] eslint: [7.5, 7, 8] steps: - name: Checkout From 26d0747d80e5d05d3dc7521d51de9191866cd8e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Thu, 17 Oct 2024 13:16:08 +0200 Subject: [PATCH 2/2] Update .github/workflows/verifications.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michaƫl De Boey --- .github/workflows/verifications.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verifications.yml b/.github/workflows/verifications.yml index c9ce72fb..90bcf12d 100644 --- a/.github/workflows/verifications.yml +++ b/.github/workflows/verifications.yml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - node: [12.22.0, 12, 14.17.0, 13, 16, 18, 20, 22] + node: [12.22.0, 12, 14.17.0, 14, 16, 17, 18, 19, 20, 22] eslint: [7.5, 7, 8] steps: - name: Checkout