diff --git a/.circleci/config.yml b/.circleci/config.yml index 78f7d6f05..b6814066e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: working_directory: ~/danger-js docker: - - image: node:7 + - image: node:10 steps: - checkout - restore_cache: diff --git a/.travis.yml b/.travis.yml index 795314334..3ef01f693 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ cache: matrix: include: # Normal CI test runs :D - - node_js: "6" - node_js: "10" - node_js: "8" diff --git a/appveyor.yml b/appveyor.yml index 016b127d6..926245668 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ # Test against this version of Node.js environment: - nodejs_version: "7" + nodejs_version: "10" # Install scripts. (runs after repo cloning) install: