Skip to content

Commit 069313b

Browse files
Update dotnet-publish-nuget.yml
1 parent 7765ed0 commit 069313b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet-publish-nuget.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14-
- name: Setup .NET 8
14+
- name: Setup .NET 10
1515
uses: actions/setup-dotnet@v4
1616
with:
17-
dotnet-version: 8
17+
dotnet-version: 10
1818

1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 18
22+
node-version: 20
2323

2424
- name: Build .NET project
2525
run: dotnet build XtermBlazor -c Release

0 commit comments

Comments
 (0)