Skip to content

Commit 30d560c

Browse files
committed
Remove Node.js 4 support.
1 parent 1ba83ec commit 30d560c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- "4"
43
- "6"
54
- "8"
65
- "10"

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Forge ChangeLog
22
===============
33

4+
- **BREAKING**: Node.js 4 no longer supported. The code *may* still work, and
5+
non-invasive patches to keep it working will be considered. However, more
6+
modern tools no longer support very old Node.js versions making testing
7+
difficult.
8+
49
## 0.9.2 - 2019-09-01
510

611
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"dist/*.min.js.map"
6161
],
6262
"engines": {
63-
"node": ">= 4.5.0"
63+
"node": ">= 6.0.0"
6464
},
6565
"keywords": [
6666
"aes",

0 commit comments

Comments
 (0)