mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-08 13:11:11 +00:00
fix error in unit test
This commit is contained in:
parent
e3139593d9
commit
8dfead4556
4 changed files with 1426 additions and 214 deletions
|
@ -78,7 +78,9 @@ function resolveVersionInput(): string {
|
|||
const versionFileInput = core.getInput('node-version-file');
|
||||
|
||||
if (version && versionFileInput) {
|
||||
core.warning('Both node-version and node-version-file are specified');
|
||||
core.warning(
|
||||
'Both node-version and node-version-file inputs are specified, only node-version will be used'
|
||||
);
|
||||
}
|
||||
|
||||
if (version) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue