Skip to content

Commit

Permalink
update dotnet-version of github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nenoNaninu committed Jan 20, 2025
1 parent 8a43ac1 commit 2f897bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
dotnet-version: |
9.0.x
8.0.x
- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 2f897bc

Please sign in to comment.