From 88e157d0d6815c1ca2f8a4a4f220b6e27329467f Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Fri, 25 Oct 2024 17:29:31 +0530 Subject: [PATCH 1/2] ci: add Node.js v23 --- .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 7b1b4fd..f26899d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [22.x, 21.x, 20.x, 18.x, "18.18.0"] + node: [23.x, 22.x, 21.x, 20.x, 18.x, "18.18.0"] include: - os: windows-latest node: "lts/*" From a1b277fe284740eba48b3ff74ff392c0ae1f11c2 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sat, 26 Oct 2024 14:04:02 +0530 Subject: [PATCH 2/2] ci: remove Node v21.x --- .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 f26899d..06a2216 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [23.x, 22.x, 21.x, 20.x, 18.x, "18.18.0"] + node: [23.x, 22.x, 20.x, 18.x, "18.18.0"] include: - os: windows-latest node: "lts/*"