From 9479970459b38a55b488039f9f2deea7a89ee434 Mon Sep 17 00:00:00 2001 From: filzrev <103790468+filzrev@users.noreply.github.com> Date: Wed, 5 Nov 2025 16:00:37 +0900 Subject: [PATCH] chore: update node.js version to 24 --- .github/actions/build/action.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 16f26d096a4..d89783b950f 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -3,9 +3,9 @@ description: build the project runs: using: "composite" steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - uses: actions/setup-dotnet@v4 with: diff --git a/README.md b/README.md index dd5d8682d0a..cbecc37e80d 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ We welcome code contributions through pull requests, issues tagged as **[`help-w - Install [Visual Studio 2022 (Community or higher)](https://www.visualstudio.com/) and make sure you have the latest updates. - Install [.NET SDK](https://dotnet.microsoft.com/download/dotnet) 8.x and 9.x. -- Install NodeJS (22.x.x). +- Install NodeJS (24.x.x). ### Build and Test