From 84f66893cec65c4c1ebdb9c43244664aaf18eb77 Mon Sep 17 00:00:00 2001 From: the-snowwhite Date: Fri, 18 Nov 2022 21:07:09 +0100 Subject: [PATCH] Update from node12 to node16 Signed-off-by: the-snowwhite --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0fdaf2c..1bb1b1c 100644 --- a/action.yml +++ b/action.yml @@ -45,7 +45,7 @@ inputs: required: false description: "Timeout in milliseconds for FTP operations" runs: - using: "node12" + using: "node16" main: "dist/index.js" branding: icon: "upload-cloud"