Skip to content

Commit 315d3bf

Browse files
authored
Use current LTS 10.14.2 for dev and ci (#5249)
1 parent 980c2cd commit 315d3bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.nvmrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
8.10
1+
10.14.2
2+

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,15 @@ stage: test
2626
env:
2727
global:
2828
- COVERAGE_OPTION='./node_modules/.bin/nyc'
29-
- NODE_VERSION=8.11.2
3029
matrix:
3130
- MONGODB_VERSION=3.2.13
3231
- MONGODB_VERSION=3.4.4
3332
- PARSE_SERVER_TEST_DB=postgres
3433
- PARSE_SERVER_TEST_CACHE=redis
35-
- NODE_VERSION=stable
34+
- NODE_VERSION=11.4.0
3635
matrix:
3736
allow_failures:
38-
- env: NODE_VERSION=stable
37+
- env: NODE_VERSION=11.4.0
3938
before_install:
4039
- nvm install $NODE_VERSION
4140
- nvm use $NODE_VERSION

0 commit comments

Comments
 (0)