From a6a738b712efa0e1a45b1b796c62f60fc30b5d99 Mon Sep 17 00:00:00 2001 From: Maria Ines Parnisari Date: Wed, 29 Mar 2023 22:03:56 -0700 Subject: [PATCH] update from node12 to node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7360b7c..71ba43e 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,7 @@ inputs: description: 'The environment where the incident occurred' required: false runs: - using: 'node12' + using: 'node16' main: 'index.js' branding: icon: 'alert-triangle'