Skip to content

Commit 48d370f

Browse files
authored
chore: Update node.js version to 24 (Latest LTS version) (#10886)
chore: update node.js version to 24
1 parent 6790f42 commit 48d370f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ description: build the project
33
runs:
44
using: "composite"
55
steps:
6-
- uses: actions/setup-node@v4
6+
- uses: actions/setup-node@v6
77
with:
8-
node-version: 22
8+
node-version: 24
99

1010
- uses: actions/setup-dotnet@v4
1111
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ We welcome code contributions through pull requests, issues tagged as **[`help-w
5353
5454
- Install [Visual Studio 2022 (Community or higher)](https://www.visualstudio.com/) and make sure you have the latest updates.
5555
- Install [.NET SDK](https://dotnet.microsoft.com/download/dotnet) 8.x and 9.x.
56-
- Install NodeJS (22.x.x).
56+
- Install NodeJS (24.x.x).
5757
5858
### Build and Test
5959

0 commit comments

Comments
 (0)