From 36fea98cd9ea65a8e3ecd48b10dce6a7b72df40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Painchaud?= Date: Mon, 5 Feb 2024 10:26:38 +0100 Subject: [PATCH] chore: upgrade node (v16 -> v20) --- 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'