Compare commits

...

4 commits

Author SHA1 Message Date
dhawalseth
aa7d3914fe
Merge bb41be0133 into de96f4613b 2025-08-06 10:01:20 -04:00
dhawalseth
bb41be0133
Merge branch 'main' into patch-1 2024-01-03 16:12:18 -08:00
dhawalseth
72db79fe99
Update action.yml to use node18 2024-01-03 16:11:31 -08:00
dhawalseth
dcd703c4b7
Using node16 to support centOS 7 runners 2023-12-18 10:48:35 -08:00

View file

@ -39,5 +39,5 @@ outputs:
download-path:
description: 'Path of artifact download'
runs:
using: 'node20'
using: 'node18'
main: 'dist/index.js'