From 1b054efa5ce629b830b9bd10c0b9beb6114cc7f0 Mon Sep 17 00:00:00 2001 From: Marat Rakhimov Date: Wed, 12 Oct 2022 08:10:29 +0500 Subject: [PATCH] bump Node.js 12 actions to 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 78031ff7..ee4cd048 100644 --- a/action.yml +++ b/action.yml @@ -24,5 +24,5 @@ outputs: message_id: description: 'The unique timestamp identifier of the Slack message sent' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'