Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailsKuzminsDG committed Jan 25, 2025
1 parent 1ae908f commit 30d9621
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
with:
submodules: 'recursive'

- name: Install .NET 7
- name: Install .NET 8
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

- name: Install .NET 8
- name: Install .NET 9
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x

- name: Install Node.js
uses: actions/setup-node@v2.4.0
Expand Down

0 comments on commit 30d9621

Please sign in to comment.