mirror of
https://gitea.com/actions/setup-node.git
synced 2025-07-04 03:13:08 +08:00
remove version input (#424)
This commit is contained in:
@ -74,7 +74,7 @@ function isGhes(): boolean {
|
||||
}
|
||||
|
||||
function resolveVersionInput(): string {
|
||||
let version = core.getInput('node-version') || core.getInput('version');
|
||||
let version = core.getInput('node-version');
|
||||
const versionFileInput = core.getInput('node-version-file');
|
||||
|
||||
if (version && versionFileInput) {
|
||||
|
Reference in New Issue
Block a user