From b083f9a3ffaf1dd9eff5f0937581e412cb922774 Mon Sep 17 00:00:00 2001 From: Chad Carbert Date: Mon, 7 Oct 2019 12:53:33 -0400 Subject: [PATCH] chore: bump node versions in ci (#62) --- .circleci/config.yml | 10 +++++----- appveyor.yml | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b2311a7..e84ccf4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,19 +20,19 @@ 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: + - image: node:12 + node-10: <<: *test docker: - - image: node:8 + - image: node:10 workflows: version: 2 "@oclif/parser": jobs: - node-latest + - node-12 - node-10 - - node-8 diff --git a/appveyor.yml b/appveyor.yml index da3a7d4..5223053 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,4 +18,3 @@ after_test: bash codecov.sh build: off -