From 772b44bb1181eb40cd930b02f9ffbffa3b311017 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Thu, 20 Apr 2023 08:10:22 +0530 Subject: [PATCH] ci: update .github/workflows/ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aba2430a..fdbea27e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: matrix: os: [ubuntu-latest] eslint: [6, 7, 8] - node: [12.22.0, 14, 16, 18, 20] + node: [12.22.0, 14, 16, 17, 18, 19, 20] include: - os: windows-latest eslint: 7