Skip to content

Commit

Permalink
fixed more node issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpatton1971 committed Aug 17, 2024
1 parent 6380f3e commit 6123e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BuildProject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0.x'

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0.x'

Expand Down

0 comments on commit 6123e8e

Please sign in to comment.