Skip to content

Commit d4efb39

Browse files
wagnerandkumar303
authored andcommitted
feat: Node 4 is no longer officially supported; the tests no longer target it specificially. Nothing has been knowingly changed to drop support for Node 4 though. (#942)
1 parent c06522a commit d4efb39

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ sudo: false
33

44
# Keep this in sync with appveyor.yml
55
node_js:
6-
- '4'
76
- '6'
87

98
before_script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cross-platform way. Initially, it will provide a streamlined experience for deve
2424
## Installation from source
2525

2626
You'll need:
27-
* [Node.js](https://nodejs.org/en/), 4.0.0 or higher
27+
* [Node.js](https://nodejs.org/en/), 6.0.0 or higher
2828
* [npm](https://www.npmjs.com/), 3.0.0 or higher is recommended
2929

3030
Optionally, you may like:

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ shallow_clone: true
1414
environment:
1515
matrix:
1616
- nodejs_version: '6'
17-
- nodejs_version: '4'
1817

1918
test_script:
2019
- node --version

0 commit comments

Comments
 (0)