Skip to content

Commit

Permalink
asyncapi#196 .NET8
Browse files Browse the repository at this point in the history
  • Loading branch information
Senn Geerts authored and Senn Geerts committed Jul 6, 2024
1 parent 2162d72 commit 55895a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 'lts/*' # latest LTS version
- uses: actions/setup-dotnet@v2
with:
dotnet-version: '6.0.x' # SDK Version to use; x will use the latest version of the channel
dotnet-version: '8.0.x' # SDK Version to use; x will use the latest version of the channel

- name: Run NPM install
run: npm ci
Expand Down

0 comments on commit 55895a2

Please sign in to comment.