I'm using NodeJS and running the project through SemaphoreCI. The project works fine on my machine but fails on Semaphore. I suspect that it is because of node version difference (mine is v5.5, Semaphore is using v0.12).
Google gave me so many results on how to upgrade my node, but almost all of these need sudo
access. I was wondering if anyone had similar issues on Semaphore.