A request to the maker: is it possible to update the docker image to contain a newer version of NodeJS? Currently it uses v12 which is of course quite old :(
Hello @Kirill Korneev ,
and welcome to the Community!
Just to make sure we are on the same page, are you referring to the atlassian/ssh-run pipe?
If that is the case, the main purpose of this pipe is to connect to an external server over SSH and run a command or script into this server.
This means that if you execute a node command as part of this pipe, it will actually run the node command that is installed in the external machine you are connecting to. The pipe itself does not come with node installed.
With that in mind, you'd need to update the node version directly on the machine/server you're connecting to using the pipe.
I hope this helps to clarify! Let us know in case you have any questions.
Thank you, @Kirill Korneev !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.