Lock down Nodejs version in sles build container
While doing https://gitlab.com/gitlab-org/gitlab-omnibus-builder/merge_requests/53 I've noticed that the node version in SLES container is free roaming and it is already one minor version up compared to the rest of build containers.
We need to find a way to lock this down to be at minimum the same Major.Minor version to avoid surprises that could now really block the release.