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