diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index ed84bb3..ece138d 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -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