From 3d311d38e31d998943f99968519a7063c85279d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Painchaud?= Date: Thu, 6 Jun 2024 19:51:31 +0200 Subject: [PATCH] feat: upgrade node (v16 -> v20) (#14) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kévin Painchaud --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e237b26..007b748 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ outputs: text: description: 'Converted Slack mrkdwn text' runs: - using: 'node16' + using: 'node20' main: 'index.js' branding: icon: 'heart'