Skip to content

Commit

Permalink
Remove Node.js 4 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed Sep 2, 2020
1 parent 1ba83ec commit 30d560c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "4"
- "6"
- "8"
- "10"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Forge ChangeLog
===============

- **BREAKING**: Node.js 4 no longer supported. The code *may* still work, and
non-invasive patches to keep it working will be considered. However, more
modern tools no longer support very old Node.js versions making testing
difficult.

## 0.9.2 - 2019-09-01

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"dist/*.min.js.map"
],
"engines": {
"node": ">= 4.5.0"
"node": ">= 6.0.0"
},
"keywords": [
"aes",
Expand Down

0 comments on commit 30d560c

Please sign in to comment.