How to test Node.js v0.12 with CircleCI v2.0

Hello,

I’d like to run automated tests against Node.js v0.12, but using CircleCI v2.0 configuration.

Is that possible? I’ve tried to setup image “circleci/node:0.12” but that’s not found.

My use case is to test some packages in ECMAScript5 environment (with no support for ES2015+), so it’s not specifically about Node.js environment.