From a1fe5f2ad05ab55b1dafd429f0c31fea27ec3e5b Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 7 May 2020 14:27:13 +0200 Subject: [PATCH] ci: update tests to run on Node 10 and 12 --- .circleci/config.yml | 7 +++---- .travis.yml | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2157ebbbc..ecf5d1e0e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,14 +2,13 @@ version: 2 jobs: build: docker: - - image: circleci/node:6.14-browsers + - image: circleci/node:10.16-browsers environment: # Fix issue with selenium-server in containers. # See http://github.com/SeleniumHQ/docker-selenium/issues/87 DBUS_SESSION_BUS_ADDRESS: /dev/null - # Chrome v74 is the last version that works perfectly with Protractor. - CHROME_REVISION: 638880 - CHROMEDRIVER_VERSION: 74.0.3729.6 + CHROME_REVISION: 652421 + CHROMEDRIVER_VERSION: 75.0.3770.90 # To find this revision number: # 1. Find the exact chrome version you want: https://en.wikipedia.org/wiki/Google_Chrome_version_history # 2. Put that version in this tool: https://omahaproxy.appspot.com/ diff --git a/.travis.yml b/.travis.yml index c99947363..438a3f5a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: node_js sudo: false node_js: - - "6" - - "8" + - "10" + - "12" env: global: @@ -24,9 +24,9 @@ matrix: - env: "JOB=bstack" exclude: - env: JOB=smoke - node_js: "7" + node_js: "10" - env: JOB=bstack - node_js: "7" + node_js: "10" addons: apt: