From dcd703c4b7a10b184fb92c124682971ff488a89b Mon Sep 17 00:00:00 2001 From: dhawalseth Date: Mon, 18 Dec 2023 10:48:35 -0800 Subject: [PATCH] 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 fdae197..dbf6084 100644 --- a/action.yml +++ b/action.yml @@ -27,5 +27,5 @@ outputs: download-path: description: 'Path of artifact download' runs: - using: 'node20' + using: 'node16' main: 'dist/index.js'