From 0c39152d7a495acc7345b2b200eb117a69c07e96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Thu, 27 Apr 2023 00:03:05 +0200 Subject: [PATCH] chore: add tests for Node 20 (#51) --- .github/workflows/{CI.yml => ci.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{CI.yml => ci.yml} (99%) diff --git a/.github/workflows/CI.yml b/.github/workflows/ci.yml similarity index 99% rename from .github/workflows/CI.yml rename to .github/workflows/ci.yml index 9e1d425..8f9ef70 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: strategy: matrix: eslint: [7] - node: [10, 12.0.0, 12, 14.0.0, 14, 16.0.0, 16, 18.0.0, 18] + node: [10, 12.0.0, 12, 14.0.0, 14, 16.0.0, 16, 18.0.0, 18, 20] os: [ubuntu-latest] include: # On other platforms