Skip to content

Commit 4c174be

Browse files
committed
Use node 8 as development environment
1 parent 95550f4 commit 4c174be

File tree

5 files changed

+8999
-56
lines changed

5 files changed

+8999
-56
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
1-
---
2-
name: Report an issue
3-
about: Report an issue on parse-server
4-
5-
---
6-
7-
We use GitHub Issues for bugs.
8-
9-
If you have a non-bug question, ask on Stack Overflow or Server Fault:
10-
- https://stackoverflow.com/questions/tagged/parse.com
11-
- https://serverfault.com/tags/parse
12-
13-
If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md
14-
15-
You may also search through existing issues before opening a new one: https://github.com/parse-community/parse-server/issues?utf8=%E2%9C%93&q=is%3Aissue
16-
17-
--- Please use this template. If you don't use this template, your issue may be closed without comment. ---
18-
19-
### Issue Description
20-
21-
Describe your issue in as much detail as possible.
22-
23-
### Steps to reproduce
24-
25-
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
26-
27-
#### Expected Results
28-
29-
What you expected to happen.
30-
31-
#### Actual Outcome
32-
33-
What is happening instead.
34-
35-
### Environment Setup
36-
37-
- **Server**
38-
- parse-server version (Be specific! Don't say 'latest'.) : [FILL THIS OUT]
39-
- Operating System: [FILL THIS OUT]
40-
- Hardware: [FILL THIS OUT]
41-
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): [FILL THIS OUT]
42-
43-
- **Database**
44-
- MongoDB version: [FILL THIS OUT]
45-
- Storage engine: [FILL THIS OUT]
46-
- Hardware: [FILL THIS OUT]
47-
- Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): [FILL THIS OUT]
48-
49-
### Logs/Trace
50-
51-
Include all relevant logs. You can turn on additional logging by configuring VERBOSE=1 in your environment.
1+
---
2+
name: Report an issue
3+
about: Report an issue on parse-server
4+
5+
---
6+
7+
We use GitHub Issues for bugs.
8+
9+
If you have a non-bug question, ask on Stack Overflow or Server Fault:
10+
- https://stackoverflow.com/questions/tagged/parse.com
11+
- https://serverfault.com/tags/parse
12+
13+
If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md
14+
15+
You may also search through existing issues before opening a new one: https://github.com/parse-community/parse-server/issues?utf8=%E2%9C%93&q=is%3Aissue
16+
17+
--- Please use this template. If you don't use this template, your issue may be closed without comment. ---
18+
19+
### Issue Description
20+
21+
Describe your issue in as much detail as possible.
22+
23+
### Steps to reproduce
24+
25+
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
26+
27+
#### Expected Results
28+
29+
What you expected to happen.
30+
31+
#### Actual Outcome
32+
33+
What is happening instead.
34+
35+
### Environment Setup
36+
37+
- **Server**
38+
- parse-server version (Be specific! Don't say 'latest'.) : [FILL THIS OUT]
39+
- Operating System: [FILL THIS OUT]
40+
- Hardware: [FILL THIS OUT]
41+
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): [FILL THIS OUT]
42+
43+
- **Database**
44+
- MongoDB version: [FILL THIS OUT]
45+
- Storage engine: [FILL THIS OUT]
46+
- Hardware: [FILL THIS OUT]
47+
- Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): [FILL THIS OUT]
48+
49+
### Logs/Trace
50+
51+
Include all relevant logs. You can turn on additional logging by configuring VERBOSE=1 in your environment.

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8.9.3

.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=6.11.4
28+
- NODE_VERSION=8.9.3
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=8.7
34+
- NODE_VERSION=9.3.0
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: '6.11.4'
53+
node_js: '8.9.3'
5454
env:
5555
before_script: skip
5656
after_script: skip

0 commit comments

Comments
 (0)