fix error in unit test

This commit is contained in:
La'Kaleigh Harris 2021-11-08 14:00:49 +00:00 committed by GitHub
parent e3139593d9
commit 8dfead4556
4 changed files with 1426 additions and 214 deletions

View file

@ -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) {