From ca7c5e29a10d5bd7a31a0c9e6550d64f35070c84 Mon Sep 17 00:00:00 2001 From: Ryan Clark Date: Fri, 7 Jun 2019 12:51:33 +0100 Subject: [PATCH] chore(package): drop node v6 support (#409) --- .circleci/config.yml | 17 +---------------- package.json | 2 +- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6956b70..4512dd3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,10 +58,6 @@ jobs: name: Submit coverage data to codecov. command: bash <(curl -s https://codecov.io/bash) when: on_success - node6-latest: - docker: - - image: webpackcontrib/circleci-node6:latest - <<: *unit_tests node10-latest: docker: - image: webpackcontrib/circleci-node10:latest @@ -105,19 +101,11 @@ jobs: - run: name: Publish to NPM command: printf "noop running conventional-github-releaser" - -version: 2.0 workflows: version: 2 validate-publish: jobs: - dependency_cache - - node6-latest: - requires: - - dependency_cache - filters: - tags: - only: /.*/ - analysis: requires: - dependency_cache @@ -127,21 +115,18 @@ workflows: - node8-latest: requires: - analysis - - node6-latest filters: tags: only: /.*/ - node10-latest: requires: - analysis - - node6-latest filters: tags: only: /.*/ - node8-canary: requires: - analysis - - node6-latest filters: tags: only: /.*/ @@ -153,4 +138,4 @@ workflows: filters: branches: only: - - master \ No newline at end of file + - master diff --git a/package.json b/package.json index dfc21be..4ddf835 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "bugs": "https://github.com/webpack-contrib/karma-webpack/issues", "main": "lib", "engines": { - "node": ">= 6" + "node": ">= 8.9.0" }, "scripts": { "start": "npm run build -- -w",