From d19a7a78dff98e1993feed4991294498af85d5a8 Mon Sep 17 00:00:00 2001 From: Olzie-12 Date: Tue, 18 Oct 2022 23:22:59 +0100 Subject: [PATCH] Update action.yml --- 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"