From 9561490f7eb636cf4fba6d9b62b7b7b32776e3d7 Mon Sep 17 00:00:00 2001 From: Philipe Navarro Date: Thu, 3 Oct 2019 16:21:29 -0700 Subject: [PATCH] chore: update node versions in ci --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 639a0097..643030af 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,11 +15,11 @@ jobs: $NYC yarn test $NYC report --reporter text-lcov > coverage.lcov curl -s https://codecov.io/bash | bash - node-10: + node-12: <<: *test docker: - image: node:10 - node-8: + node-10: <<: *test docker: - image: node:8 @@ -29,5 +29,5 @@ workflows: "@oclif/command": jobs: - node-latest + - node-12 - node-10 - - node-8