From ab022403361cc94fa7ccfd836e54378f0a20b20f Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Sun, 20 Oct 2024 12:25:56 -0500 Subject: [PATCH] build: Node.js 23.0 (#6075) --- .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 e73fbce8ca..5668ed2f22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - node-version: [18, 19, 20, 21, 22] + node-version: [18, 19, 20, 21, 22, 23] # Node.js release schedule: https://nodejs.org/en/about/releases/ name: Node.js ${{ matrix.node-version }} - ${{matrix.os}}