From 2241c649b9792be206b5b772b20a021d9f0eb9c0 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Fri, 25 Oct 2024 18:40:12 +0530 Subject: [PATCH] ci: add Node.js v23 (#126) --- .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 cb045a08..b8cf1b03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: strategy: matrix: os: [windows-latest, macOS-latest, ubuntu-latest] - node-version: [18.x, 20.x, 22.x] + node-version: [18.x, 20.x, 22.x, 23.x] steps: - uses: actions/checkout@v4