From b19619f34c9c7a3d9ed222e07331cc8d098eb239 Mon Sep 17 00:00:00 2001 From: Vidya <59590642+Vidya2606@users.noreply.github.com> Date: Thu, 16 Jun 2022 11:43:53 -0700 Subject: [PATCH] updated action file with node16 (#49) Co-authored-by: Vidya Reddy --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1138c577..bf068e74 100644 --- a/action.yml +++ b/action.yml @@ -35,5 +35,5 @@ inputs: branding: color: "blue" runs: - using: "node12" + using: "node16" main: "lib/run.js"