Using node16 to support centOS 7 runners

This commit is contained in:
dhawalseth 2023-12-18 10:48:35 -08:00 committed by GitHub
parent 1bd0606e08
commit dcd703c4b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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