From 28456b462b1136c77a4b552a6bf09136ef6714db Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Fri, 25 Oct 2024 18:41:06 +0530 Subject: [PATCH] ci: add Node.js v23 (#638) --- .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 764f129f..c3f3af69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,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/*"