Skip to content

Commit

Permalink
Merge pull request #279 from nenoNaninu/fix/ci_20250120
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 8a43ac1 + 2f897bc commit 0205cef
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 0205cef

Please sign in to comment.