Skip to content

Commit

Permalink
Update docs-prs to install .NET 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticmind authored Nov 17, 2023
1 parent 0400be2 commit ebd995b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
steps:
- uses: actions/checkout@v4
name: Check out the code
- name: Install .NET 7.0.x
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- uses: actions/setup-node@v4
name: Setup node
with:
Expand Down

0 comments on commit ebd995b

Please sign in to comment.