Skip to content

Commit

Permalink
ci & cd (install .net 6 & 7)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVollmers committed Sep 27, 2023
1 parent 9a8da89 commit ba286e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
NODE_ENV: development

jobs:
Test:
Expand All @@ -17,7 +18,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: |
6.0.x
7.0.x
- uses: actions/setup-node@v3
with:
node-version: 18.x
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/nuget-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: |
6.0.x
7.0.x
- uses: actions/setup-node@v3
with:
node-version: 18.x
Expand Down

0 comments on commit ba286e1

Please sign in to comment.