From 1ea47c865e068696c104f7c7fe43868018618c96 Mon Sep 17 00:00:00 2001 From: Tatyana Kostromskaya <32135588+takost@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:29:48 +0000 Subject: [PATCH] Update action to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bf24aca..991c782 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ outputs: dotnet-version: description: 'Contains the installed by action .NET SDK version for reuse.' runs: - using: 'node16' + using: 'node20' main: 'dist/setup/index.js' post: 'dist/cache-save/index.js' post-if: success()