From b6b6b2007ec3fa16ffb8713fda3f1c60afb633b5 Mon Sep 17 00:00:00 2001 From: frederikprijck Date: Wed, 25 Oct 2023 00:23:34 +0200 Subject: [PATCH] bump nodejs for setup-nuget --- .github/actions/setup-nuget/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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