From 5a1c7c44424c486289fa14a2b6c69d1b29b02971 Mon Sep 17 00:00:00 2001 From: Alexander Flurie Date: Tue, 2 Jan 2024 11:03:49 -0500 Subject: [PATCH] update runtime to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a99caf878..04ede94dd 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: description: "Remote repository in Artifactory pointing to 'https://releases.jfrog.io/artifactory/jfrog-cli'. Use this parameter in case you don't have an Internet access." required: false runs: - using: "node16" + using: "node20" main: "lib/main.js" post: "lib/cleanup.js" branding: