Skip to content

Commit 66619f4

Browse files
author
Alvaro Navarro
authored
Update Node supported versions to LTS
1 parent 3edc394 commit 66619f4

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Travis will bow build the package and release it to NPM.
8787

8888
#### **Do you want to contribute to the documentation?**
8989

90-
Excellent, to get start developing this library ensure you have Node 6+ installed and clone the repository.
90+
Excellent, to get start developing this library ensure you have any of the [Node LTS versions](https://nodejs.org/en/about/releases/) installed and clone the repository.
9191

9292
Then, you should be able to run the tests.
9393

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ __Stable Behavior?__ [What percentage of the time does it reproduce?]
2222

2323
Please make sure you checked the following:
2424

25-
* Are you running Node 6?
25+
* Are you running any of the current [Node LTS versions](https://nodejs.org/en/about/releases/)?
2626
* Did you download the latest version of this library?

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ cache:
33
directories:
44
- "node_modules"
55
node_js:
6-
- 6
7-
- 7
8-
- 8.10.0 # explicit branch used for deploying docs
9-
- 9
6+
- 10
7+
- 12.16.3
8+
- 14
109
branches:
1110
only:
1211
- master
@@ -20,11 +19,11 @@ deploy:
2019
keep-history: true
2120
on:
2221
branch: master
23-
node: 8.10.0
22+
node: 12.16.3
2423
- provider: npm
2524
2625
api_key: $NPM_API_KEY
2726
skip-cleanup: true
2827
on:
2928
tags: true
30-
node: 8.10.0
29+
node: 12.16.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Amadeus provides a rich set of APIs for the travel industry. For more details, c
1111

1212
## Installation
1313

14-
This module has been tested using Node 6 and higher, though it should work with Node 4 and 5 as well. You can install it using Yarn or NPM.
14+
This module has been tested using [Node LTS versions](https://nodejs.org/en/about/releases/). You can install it using Yarn or NPM.
1515

1616
```sh
1717
npm install amadeus --save

0 commit comments

Comments
 (0)