From 5a1c7c44424c486289fa14a2b6c69d1b29b02971 Mon Sep 17 00:00:00 2001 From: Alexander Flurie Date: Tue, 2 Jan 2024 11:03:49 -0500 Subject: [PATCH 1/2] 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: From 0434e7c26e284979b98c4edb641f010a3ce34921 Mon Sep 17 00:00:00 2001 From: Matthew Greenwald <1819760+mdgreenwald@users.noreply.github.com> Date: Tue, 23 Sep 2025 10:56:53 -0400 Subject: [PATCH 2/2] Update action.yml to node24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 04ede94dd..296c6fb8d 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: "node20" + using: "node24" main: "lib/main.js" post: "lib/cleanup.js" branding: