Use current LTS 10.14.2 for dev and ci (#5249)

This commit is contained in:
Florent Vilmart
2018-12-18 11:21:33 -05:00
committed by GitHub
parent 980c2cda3a
commit 315d3bfee8
2 changed files with 4 additions and 4 deletions

3
.nvmrc
View File

@@ -1 +1,2 @@
8.10
10.14.2

View File

@@ -26,16 +26,15 @@ stage: test
env:
global:
- COVERAGE_OPTION='./node_modules/.bin/nyc'
- NODE_VERSION=8.11.2
matrix:
- MONGODB_VERSION=3.2.13
- MONGODB_VERSION=3.4.4
- PARSE_SERVER_TEST_DB=postgres
- PARSE_SERVER_TEST_CACHE=redis
- NODE_VERSION=stable
- NODE_VERSION=11.4.0
matrix:
allow_failures:
- env: NODE_VERSION=stable
- env: NODE_VERSION=11.4.0
before_install:
- nvm install $NODE_VERSION
- nvm use $NODE_VERSION