mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
build success
This commit is contained in:
parent
7ff10b129d
commit
c1c463274c
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ function isGhes(): boolean {
|
|||
function resolveVersionInput(): string {
|
||||
let version = core.getInput('node-version') || core.getInput('version');
|
||||
const versionFileInput = core.getInput('node-version-file');
|
||||
|
||||
|
||||
if (version && versionFileInput) {
|
||||
core.warning('Both node-version and node-version-file are specified');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue