diff --git a/.circleci/config.yml b/.circleci/config.yml index 1ba000f3f9..79b85e29f5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,7 +39,7 @@ jobs: build: working_directory: ~/babel docker: - - image: circleci/node:8 + - image: circleci/node:9 steps: - checkout - restore-cache: *restore-yarn-cache diff --git a/.travis.yml b/.travis.yml index 229595728a..43aa9e525b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ cache: directories: - node_modules node_js: - - '9' + # We test the latest version on circleci - '8' - '6' - '4'