From bbcfcbf85ef97cba58f4fe4b9f46c907e04bc5a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Wed, 26 Apr 2023 23:05:49 +0200 Subject: [PATCH] chore: add tests for Node 20 (#440) --- .github/workflows/{CI.yml => ci.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{CI.yml => ci.yml} (97%) diff --git a/.github/workflows/CI.yml b/.github/workflows/ci.yml similarity index 97% rename from .github/workflows/CI.yml rename to .github/workflows/ci.yml index 08b260c..39ad05b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: strategy: matrix: eslint: [8] - node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16, 18] + node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16, 18, 20] os: [ubuntu-latest] include: # On other platforms