Node.js 10

On Tuesday, April 24th Node.js 10.0.0 was released. There’s useful information about the release available here.

If you’re using the docker executor on CircleCI 2.0, you can immediately start using the new release to test your code by using the following in your config:

version: 2
jobs:
  build:
    docker:
      - image: circleci/node:10.0.0 # for the CircleCI "Convenience" image
      - image: node:10.0.0 # for the Docker Library image
2 Likes

Hi, I’m wondering when will the image: circleci/node:10.0-browsers be available?

It’s available. :smile:

1 Like

Amazing, thanks!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.