From 7fb538718cc9b1973e0e85b9093478a9a45844e0 Mon Sep 17 00:00:00 2001 From: Martin Haeusler Date: Tue, 25 Oct 2022 09:29:30 +0200 Subject: [PATCH] update nodejs version from 12 to 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9bb1da1..942c4d2 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ outputs: comment_body: description: The comment body. runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: check-circle