Describe the issue/error/question
I have 2 SSH’s running commands to return versions for the current running docker instance of N8N, and the downloaded image, but I can’t port 2 variables into an IF unit
What is the error message (if any)?
None, it just gives 1 stdout instead of 2, even when using a merge node, or an && in the SSH, it will still just return both outputs in 1 output
Please share the workflow

https://imgur.com/a/bldXS8q
## Share the output returned by the last node
<!-- If you need help with transforming the data, please also share the expected output -->

https://imgur.com/a/Z4MyBbc
Output on the Left (Input of IF Variable)
Expected Output: stdout1: 0.219.1
stdout2: 0.220.0
Or something of the sort
## Information on your n8n setup
- **n8n version:*0.219.1*
- **Database you're using (default: SQLite):*Whatever Comes with Docker Install*
- **Running n8n with the execution process [own(default), main]:*Execute button?*
- **Running n8n via [Docker, npm, n8n.cloud, desktop app]:*Docker*