From 5721c3cae3c3ff186412e445c788c8d4ba23c6b6 Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Sun, 13 Oct 2024 20:04:22 +0100 Subject: [PATCH] u[date nodejs --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcf0be0..2c09dee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,8 @@ jobs: strategy: fail-fast: true matrix: - node-version: [14.x, 20.x] + # We cannot use NodeJS < 16 with CI, because ESLint doesn't support it. + node-version: [16.x, 20.x] steps: - uses: actions/checkout@v3