Skip to content

Commit

Permalink
Merge pull request #258 from nenoNaninu/fix/ci_202501203
Browse files Browse the repository at this point in the history
update dotnet-version of github action workflow
  • Loading branch information
nenoNaninu authored Jan 20, 2025
2 parents 5a7f404 + 0b043ab commit 5dd1ff6
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 @@ -25,7 +25,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 5dd1ff6

Please sign in to comment.