upgrade node js, and assure npm is at least 7.10.

This commit is contained in:
Dan 2021-08-10 11:08:47 -04:00
parent 7dd722ace3
commit e926d3ef19
1 changed files with 3 additions and 1 deletions

View File

@ -5,13 +5,15 @@ dist: bionic
language: node_js
node_js:
- 12
- 14
services:
- docker
- xvfb
before_install:
- dpkg --compare-versions `npm -v` ge 7.10 || npm i -g npm@^7.10
- npm --version
- |
if [[ $TRAVIS_BRANCH =~ ^(feature\/.*)$ ]]; then
export E2E_TAG="dev"