Skip to content

Commit

Permalink
Corrected nodejs issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpatton1971 committed Aug 17, 2024
1 parent ffa6d37 commit 6380f3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/BuildProject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
should-run: ${{ steps.set-output.outputs.should-run }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit 6380f3e

Please sign in to comment.