From 85a81612ca5aad9e0ebfbbcd67d2160589fc91ab Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Wed, 19 Apr 2023 07:09:27 +0530 Subject: [PATCH] ci: run tests on Node.js v20 --- .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 760a68df..e653ec15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,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: "16.x"