From ecbe94491ba32632cbe0a65a1ae8a8e80246f788 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Wed, 30 Oct 2024 18:24:13 +0530 Subject: [PATCH] ci: add Node.js v23 (#192) --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 12f34f0..756c8aa 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -63,7 +63,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x] + node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 23.x] runs-on: ${{ matrix.os }}