[dev-tool] check-node-versions fails when using --node-versions
flag without --node-version
#16657
Labels
Milestone
--node-versions
flag without --node-version
#16657
When using only node-versions without node-version you end up with the trailing empty string here which causes downstream errors when building docker container names.
Showing the errors as well, because it's a good hint to what's happening
I think the fix is as easy as a conditional or an added filter to exclude empty strings but did not have time to test it
The text was updated successfully, but these errors were encountered: