From c9ed3cca66486289459aeb7a404b88e731aac63f Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Fri, 16 May 2025 13:41:14 +0530 Subject: [PATCH] chore: update node version --- .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 9c9d160a..8938f6fa 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -61,7 +61,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [18.x, 20.x, 22.x, 23.x] + node-version: [18.x, 20.x, 22.x, 24.x] webpack-version: [latest] runs-on: ${{ matrix.os }}