From 9e9d2e444ef1e026b61a56c99dfce78fa73e631e Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Fri, 27 Oct 2023 18:20:17 +0200 Subject: [PATCH] Update to use Node.js 20 (#59) --- 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