From f57eff20f5789408e95061f1af5354bb9b4f4784 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Wed, 19 Apr 2023 12:58:03 +0530 Subject: [PATCH] ci: run tests on Node.js v20 (#17093) * ci: run tests on Node.js v20 * ci: add node v17 & v19 --- .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 5f8b968a550..27dae4c1262 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"] + node: [20.x, 19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"] include: - os: windows-latest node: "lts/*"