fix tests and add log

This commit is contained in:
Dmitry Shibanov 2022-02-24 12:49:40 +03:00
parent 54167c0c25
commit e53583cbb2
5 changed files with 215 additions and 739 deletions

View file

@ -7,9 +7,6 @@ inputs:
check-latest:
description: 'Set this option to true if you want the action to always check for the latest available version that satisfies the version spec'
default: false
stable:
description: 'Whether to download only stable versions'
default: 'true'
token:
description: Used to pull node distributions from go-versions. Since there's a default, this is typically not supplied by the user.
default: ${{ github.token }}