Skip to content

Commit

Permalink
Github actions adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
juninhodigital committed Jan 20, 2024
1 parent 8ed265f commit 2883952
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ jobs:
deploy:
name: 'Deploy'
runs-on: 'windows-latest'
steps:

steps:
- name: 'Checkout'
uses: actions/setup-node@v2
with:
node-version: 16
uses: actions/checkout@v2

- name: 'Install dotnet'
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit 2883952

Please sign in to comment.