From b96b6f720e368eabb9eddd70750c51709ed3bd0b Mon Sep 17 00:00:00 2001 From: Victor Hugo dos Santos Date: Tue, 11 Oct 2022 13:31:32 -0300 Subject: [PATCH] Update node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e5c462d..3121547 100644 --- a/action.yml +++ b/action.yml @@ -20,7 +20,7 @@ outputs: allure-report-url: description: 'The URL of allure report' runs: - using: 'node12' + using: 'node16' main: dist/index.js branding: icon: upload-cloud