Skip to content

Commit de6e8f2

Browse files
committed
bump node to 8.10
1 parent d5a9416 commit de6e8f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.9.3
1+
8.10

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ stage: test
2525
env:
2626
global:
2727
- COVERAGE_OPTION='./node_modules/.bin/nyc'
28-
- NODE_VERSION=8.9.3
28+
- NODE_VERSION=8.10
2929
matrix:
3030
- MONGODB_VERSION=3.2.13
3131
- MONGODB_VERSION=3.4.4
3232
- PARSE_SERVER_TEST_DB=postgres
3333
- PARSE_SERVER_TEST_CACHE=redis
34-
- NODE_VERSION=9.3.0
34+
- NODE_VERSION=9.8
3535
before_install:
3636
- nvm install $NODE_VERSION
3737
- nvm use $NODE_VERSION
@@ -50,7 +50,7 @@ jobs:
5050
include:
5151
# release on github latest branch
5252
- stage: release
53-
node_js: '8.9.3'
53+
node_js: '8.10'
5454
env:
5555
before_script: skip
5656
after_script: skip

0 commit comments

Comments
 (0)