My master branch passed CI several weeks ago (https://circleci.com/gh/winsleague/winsleague/1001), but now the exact same build suddenly started failing with a weird JavaScript error (https://circleci.com/gh/winsleague/winsleague/1005).
However, if I SSH into the container and run my CI commands manually, everything works fine.
Another interesting thing is in one of my pull request branches, I’m requesting Node 8.8.1 and can see that it installs. When CI prints “node -v”, it correctly prints 8.8.1. But if I SSH into the build, “node -v” returns 4.2.6. Why the discrepancy?