From 7dfddd266d2e84f9177c73808b12542920376342 Mon Sep 17 00:00:00 2001 From: MurilloCunha <62815895+MurilloCunha@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:40:26 -0300 Subject: [PATCH] feat: update to use node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9f79136..bc5097a 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ outputs: successfully: description: 'Feedback message of success ' runs: - using: "node16" + using: "node20" main: "./dist/index.js" branding: icon: 'file-text'