Skip to content

Commit d2ab6cf

Browse files
authored
chore: Update node.js version (#9701)
chore: update node.js version
1 parent 6dde3b7 commit d2ab6cf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/actions/build/action.yml

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

10-
- uses: actions/setup-dotnet@v3
10+
- uses: actions/setup-dotnet@v4
1111
with:
1212
dotnet-version: |
1313
8.x

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 18
17+
node-version: 20
1818
- uses: actions/setup-dotnet@v4
1919
with:
2020
dotnet-version: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ We welcome code contributions through pull requests, issues tagged as **[`help-w
4747
4848
- Install [Visual Studio 2022 (Community or higher)](https://www.visualstudio.com/) and make sure you have the latest updates.
4949
- Install [.NET SDK](https://dotnet.microsoft.com/download/dotnet) 6.x, 7.x and 8.x.
50-
- Install NodeJS (18.x.x).
50+
- Install NodeJS (20.x.x).
5151
5252
### Build and Test
5353

0 commit comments

Comments
 (0)