diff --git a/.github/actions/setup-nuget/action.yml b/.github/actions/setup-nuget/action.yml index 5e1d8dbc..61475d6c 100644 --- a/.github/actions/setup-nuget/action.yml +++ b/.github/actions/setup-nuget/action.yml @@ -10,7 +10,7 @@ inputs: nuget-api-key-source: description: 'Source to scope the NuGet API Key to.' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: package