In circle CI 2.0, node version not getting set correctly

In circle 2.0 yaml file, doing ‘node: version: 6.10’ sets node version to 6.1.0 instead of 6.10.0.

To set to 6.10.0, the entire version has to be written. example: ‘node: version: 6.10.0’