From 97468660b66038b846e39025ace463583ec15029 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 28 Mar 2022 23:25:58 -0400 Subject: [PATCH] runtime: upgrade nodejs runtime from v12 to v16 Signed-off-by: Rui Chen --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7f0c91b..0077ecd 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ inputs: default: 'true' required: false runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: 'terminal'