From 98544e57ff09d01708877e9ed4b69e17bf9b145b Mon Sep 17 00:00:00 2001 From: aegilops <41705651+aegilops@users.noreply.github.com> Date: Mon, 7 Apr 2025 17:11:32 +0100 Subject: [PATCH] Bumped to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9642746..edba751 100644 --- a/action.yml +++ b/action.yml @@ -26,7 +26,7 @@ inputs: type: string required: false runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'upload-cloud'