From 5b1a83c38c96acaf94d9f51ca1e4bc70eb4e6fea Mon Sep 17 00:00:00 2001 From: Orta Therox Date: Wed, 6 Feb 2019 20:02:58 -0500 Subject: [PATCH] Fix CI now that sane only supports LTS dangers --- .circleci/config.yml | 2 +- .travis.yml | 1 - appveyor.yml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) 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: