From 6063705cefe50cb915fc53bb06d4049cae2953b2 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Fri, 14 Oct 2022 12:36:54 +0200 Subject: [PATCH] action: run on node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c1ed6faf..b9992737 100644 --- a/action.yml +++ b/action.yml @@ -58,5 +58,5 @@ inputs: description: Set Priority level for the mail message to 'high', 'normal' (default) or 'low' required: false runs: - using: node12 + using: node16 main: main.js