From 37a129e2042b400a15debe3bd75c673c59bb6aa8 Mon Sep 17 00:00:00 2001 From: molaya <62536251+molayadev@users.noreply.github.com> Date: Wed, 9 Nov 2022 21:29:02 +0100 Subject: [PATCH] Update runs.using to node16 Due to node12 deprecation it would be good to have this upgraded to node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 70bb2f5..96558e7 100644 --- a/action.yml +++ b/action.yml @@ -22,7 +22,7 @@ inputs: description: Override message format for step required: false runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: alert-circle