From 76caa363ae08dd875c3aa3c2986431b12e84ad1d Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Fri, 25 Oct 2024 17:46:46 +0530 Subject: [PATCH] ci: add Node.js v23 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7c3e533..468e436 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x] + node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 23.x] polling: ["false", "200"] exclude: - os: macos-latest