From 7311a826cf58f47044db3a75f6daddf2113b6a8e Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Tue, 29 Oct 2024 13:17:15 +0530 Subject: [PATCH] ci: add Node.js v23 (#399) --- .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 e90aefe..cd1a542 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -67,7 +67,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [18.x, 20.x, 22.x] + node-version: [18.x, 20.x, 22.x, 23.x] webpack-version: [latest] runs-on: ${{ matrix.os }}