From 8de46fd99811b333959958049e3b3851c43c0e29 Mon Sep 17 00:00:00 2001 From: Bimochan Shrestha Date: Fri, 22 Mar 2024 13:49:58 +0545 Subject: [PATCH] Node 16 to 20 upgrade --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 7b38adf..d837720 100644 --- a/action.yml +++ b/action.yml @@ -8,8 +8,8 @@ inputs: description: 'Automatically added token' required: true runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'anchor' - color: 'blue' \ No newline at end of file + color: 'blue'