Skip to content

Commit 7765ed0

Browse files
Update dotnet-publish-gpr.yml
1 parent 319d6bb commit 7765ed0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ 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
source-url: https://nuget.pkg.github.com/BattlefieldDuck/index.json
1919
env:
2020
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121

2222
- name: Setup Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 18
25+
node-version: 20
2626

2727
- name: Build .NET project
2828
run: dotnet build XtermBlazor -c Release

0 commit comments

Comments
 (0)