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 aab07d4 commit 8ed265f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
steps:

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

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

0 comments on commit 8ed265f

Please sign in to comment.