File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 44 - 12
55 - 10
66 - 8
7- - 6
87matrix :
98 fast_finish : true
Original file line number Diff line number Diff line change 11## Changelog
22
3+ ** 3.1.1** - <small >_ April 14, 2020_ </small > — [ Diff] ( https://github.com/archiverjs/node-archiver/compare/3.1.1...4.0.0 )
4+
5+ - breaking: slowly catch up with node LTS, remove support for versions under 8.
6+ - update multiple deps.
7+ - fix for a hang with _ statQueue (#388 )
8+
39** 3.1.1** - <small >_ August 2, 2019_ </small > — [ Diff] ( https://github.com/archiverjs/node-archiver/compare/3.1.0...3.1.1 )
410
511- update zip-stream to v2.1.2
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ environment:
33 - nodejs_version : ' 12'
44 - nodejs_version : ' 10'
55 - nodejs_version : ' 8'
6- - nodejs_version : ' 6'
76install :
87 - ps : Install-Product node $env:nodejs_version
98 - set CI=true
Original file line number Diff line number Diff line change 2121 " lib"
2222 ],
2323 "engines" : {
24- "node" : " >= 6 "
24+ "node" : " >= 8 "
2525 },
2626 "scripts" : {
2727 "test" : " mocha --reporter dot" ,
You can’t perform that action at this time.
0 commit comments