From a6efec62b18b377246d1dc467aab00060ee2c2ac Mon Sep 17 00:00:00 2001 From: dhawalseth <dhawal.seth@gmail.com> Date: Mon, 18 Dec 2023 10:51:26 -0800 Subject: [PATCH 1/2] Using node16 to support centOS 7 runners --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 09e3026..18c7c26 100644 --- a/action.yml +++ b/action.yml @@ -42,5 +42,5 @@ outputs: This ID can be used as input to other APIs to download, delete or get more information about an artifact: https://docs.github.com/en/rest/actions/artifacts runs: - using: 'node20' + using: 'node16' main: 'dist/index.js' From f696bccda4fa9fa541d30bbc16bec5874046d20d Mon Sep 17 00:00:00 2001 From: dhawalseth <dhawal.seth@gmail.com> Date: Wed, 3 Jan 2024 16:12:49 -0800 Subject: [PATCH 2/2] Update action.yml to node18 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 18c7c26..3f4c6a6 100644 --- a/action.yml +++ b/action.yml @@ -42,5 +42,5 @@ outputs: This ID can be used as input to other APIs to download, delete or get more information about an artifact: https://docs.github.com/en/rest/actions/artifacts runs: - using: 'node16' + using: 'node18' main: 'dist/index.js'