We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba83ec commit 30d560cCopy full SHA for 30d560c
.travis.yml
@@ -1,6 +1,5 @@
1
language: node_js
2
node_js:
3
- - "4"
4
- "6"
5
- "8"
6
- "10"
CHANGELOG.md
@@ -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
7
+ difficult.
8
+
9
## 0.9.2 - 2019-09-01
10
11
### Changed
package.json
@@ -60,7 +60,7 @@
60
"dist/*.min.js.map"
61
],
62
"engines": {
63
- "node": ">= 4.5.0"
+ "node": ">= 6.0.0"
64
},
65
"keywords": [
66
"aes",
0 commit comments