Skip to content

Commit

Permalink
ci: add dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD committed Mar 5, 2024
1 parent 28c6d8a commit cf7b455
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@v4.0.2
with:
node-version: '20.x'

- name: Cache NPM
uses: actions/cache@v3
Expand Down Expand Up @@ -99,9 +101,9 @@ jobs:
shell: bash

- name: Setup .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: netstandard2.1
dotnet-version: '8.x'

- name: Set up Python
uses: actions/setup-python@v3
Expand Down

0 comments on commit cf7b455

Please sign in to comment.