Skip to content

Commit 7d45dec

Browse files
committed
set node v
1 parent 6fb6e00 commit 7d45dec

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/DotNET-build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ jobs:
3232
runs-on: ubuntu-22.04
3333

3434
steps:
35-
# temporary from here...
35+
- name: Setup Node.js environment
36+
uses: actions/[email protected]
37+
with:
38+
node-version: '>=20.x'
39+
40+
# temporary from here...
3641
- name: Setup dotnet 6
3742
uses: actions/setup-dotnet@v4
3843
with:

0 commit comments

Comments
 (0)