From cbc5f8473b401927d63d970a81ca7f037ee73a99 Mon Sep 17 00:00:00 2001 From: Sergio Peris Date: Fri, 21 Oct 2022 11:31:42 +0200 Subject: [PATCH] Upgrade action to Node.js 16 (#21) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 276fc877..f4050076 100644 --- a/action.yml +++ b/action.yml @@ -65,5 +65,5 @@ inputs: description: Custom signature to be used at the bottom of the comment required: false runs: - using: node12 + using: node16 main: bin/index.js