From 8a1d1b749fecea344a8c7fe69434206c1b2b30bb Mon Sep 17 00:00:00 2001 From: JustinJira Date: Thu, 21 Mar 2024 10:26:22 +0700 Subject: [PATCH] chore: bump node version to 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4deed5b..c51a084 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: description: Message required: true runs: - using: node16 + using: 'node20' main: index.js branding: icon: message-circle