mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 21:04:45 +00:00
remove version input (#424)
This commit is contained in:
parent
3e90744edf
commit
9ced9a43a2
3 changed files with 2 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue