From efa97b302a81ac73016faf30d0130b10a37955e0 Mon Sep 17 00:00:00 2001 From: shellscape Date: Sat, 20 Jul 2019 21:04:44 -0400 Subject: [PATCH] chore: update circle config to drop node 8 --- .circleci/config.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e51f958..3205dd9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,19 +31,6 @@ jobs: name: Submit coverage data to codecov. command: bash <(curl -s https://codecov.io/bash) when: on_success - node-v8-latest: - docker: - - image: rollupcabal/circleci-node-v8:latest - steps: - - checkout - - restore_cache: - key: dependency-cache-{{ checksum "package-lock.json" }} - - run: - name: NPM Rebuild - command: npm install - - run: - name: Run unit tests. - command: npm run ci:test analysis: docker: - image: rollupcabal/circleci-node-base:latest @@ -80,9 +67,3 @@ workflows: filters: tags: only: /.*/ - - node-v8-latest: - requires: - - analysis - filters: - tags: - only: /.*/