So you've probably tried installing node naively via yum install node
and got a very old version.
Here's what you should do:
sudo curl --silent --location https://rpm.nodesource.com/setup_8.x | bash -
sudo yum install -y nodejs
Note: in future updates, you may need to replace the 8 by the newer iteration.