File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
"presets" : [
7
7
[" env" , {
8
8
"targets" : {
9
- "node" : " 6.11.4 "
9
+ "node" : " 8 "
10
10
}
11
11
}]
12
12
]
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ stage: test
25
25
env :
26
26
global :
27
27
- COVERAGE_OPTION='./node_modules/.bin/nyc'
28
- - NODE_VERSION=8.10
28
+ - NODE_VERSION=8.11.2
29
29
matrix :
30
30
- MONGODB_VERSION=3.2.13
31
31
- MONGODB_VERSION=3.4.4
32
32
- PARSE_SERVER_TEST_DB=postgres
33
33
- PARSE_SERVER_TEST_CACHE=redis
34
- - NODE_VERSION=9.8
34
+ - NODE_VERSION=stable
35
35
before_install :
36
36
- nvm install $NODE_VERSION
37
37
- nvm use $NODE_VERSION
Original file line number Diff line number Diff line change 77
77
"postinstall" : " node -p 'require(\" ./postinstall.js\" )()'"
78
78
},
79
79
"engines" : {
80
- "node" : " >= 6.11.4 "
80
+ "node" : " >= 8 "
81
81
},
82
82
"bin" : {
83
83
"parse-server" : " ./bin/parse-server"
You can’t perform that action at this time.
0 commit comments