From 6a3a89530864c9f54a714e386b225b2d1adefe92 Mon Sep 17 00:00:00 2001 From: Chad Carbert Date: Mon, 7 Oct 2019 13:21:46 -0400 Subject: [PATCH] chore: bump node versions in ci (#51) --- .circleci/config.yml | 11 ++++++++--- appveyor.yml | 1 - 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7d087a60..571b043a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,10 +21,14 @@ jobs: $NYC yarn test $NYC report --reporter text-lcov > coverage.lcov curl -s https://codecov.io/bash | bash - node-8: + node-12: <<: *test docker: - - image: node:8 + - image: node:12 + node-10: + <<: *test + docker: + - image: node:10 # release: # <<: *test # steps: @@ -48,7 +52,8 @@ workflows: "@oclif/plugin-help": jobs: - node-latest - - node-8 + - node-12 + - node-10 # - release: # context: org-global # filters: diff --git a/appveyor.yml b/appveyor.yml index df764143..9d1ca53b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,4 +18,3 @@ after_test: bash codecov.sh build: off -