Skip to content

Commit

Permalink
Try fixing CI for JavaScript tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Oct 27, 2023
1 parent ae236c6 commit 0704684
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: |
6.0.x
8.0.x
- name: Setup Node.js environment
uses: actions/[email protected]
Expand Down

0 comments on commit 0704684

Please sign in to comment.