Revert to Node 12 as default runtime

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-03-01 20:51:18 +01:00
parent bb984efc56
commit 4e3538592e
4 changed files with 9 additions and 29 deletions

View File

@ -26,6 +26,6 @@ inputs:
required: false
runs:
using: 'node16'
using: 'node12'
main: 'dist/index.js'
post: 'dist/index.js'