catalinii / minisatip

minisatip is an SATIP server for linux using local DVB-S2, DVB-C, DVB-T or ATSC cards
https://minisatip.org
325 stars 78 forks source link

BUG: Actions fails because annoying error #1033

Closed lars18th closed 1 year ago

lars18th commented 1 year ago

Please, check the Actions scripts. The Build fails because some annoying Node.js 12 warning/error. Example: https://github.com/catalinii/minisatip/actions/runs/3904635216

Useful information: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions

However, I don't know which is the root cause because in the scripts I don't see any using: 'node12' command. You know how to fix it?

lars18th commented 1 year ago

I close this because the problem seems to be fixed.