From 5ac14cc9f61e4ed9a4125299da2fa19dd2383aff Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Wed, 25 Oct 2023 09:21:59 +0200 Subject: [PATCH] Update to use Node.js 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b756f3e..4c6cbe5 100644 --- a/action.yml +++ b/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