Skip to content

Commit c32e3a2

Browse files
committed
Targets node 8 for everything
1 parent de6e8f2 commit c32e3a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"presets": [
77
["env", {
88
"targets": {
9-
"node": "6.11.4"
9+
"node": "8"
1010
}
1111
}]
1212
]

.travis.yml

Lines changed: 2 additions & 2 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.10
28+
- NODE_VERSION=8.11.2
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.8
34+
- NODE_VERSION=stable
3535
before_install:
3636
- nvm install $NODE_VERSION
3737
- nvm use $NODE_VERSION

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"postinstall": "node -p 'require(\"./postinstall.js\")()'"
7878
},
7979
"engines": {
80-
"node": ">= 6.11.4"
80+
"node": ">= 8"
8181
},
8282
"bin": {
8383
"parse-server": "./bin/parse-server"

0 commit comments

Comments
 (0)