Skip to content

Commit

Permalink
Using node v14 and latest supported engine
Browse files Browse the repository at this point in the history
  • Loading branch information
Rcomian committed May 31, 2021
1 parent c61e77d commit 1c9bf4b
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 35 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 2.0.0

- Refreshing node versions - now only supports nodejs v12+
- Refreshing node versions - now only supports nodejs v14+
- Bump dependencies to latest versions
- Update lib/filerotator.js
- Emit gzip_finish event
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Bunyan Rotating File Stream is a stream component for the logging system "node b

## 2.0.0 Version refresh

Updated dependencies and engine support (now v12+ for bug reports).
Updated dependencies and engine support (now v14+). This will allow me to refactor using the latest javascript syntax.
Minor enhancements and stability fixes (see changelog).

## 1.6.3 Type definition file for Typescript
Expand Down
88 changes: 57 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "git://github.com/Rcomian/bunyan-rotating-file-stream.git"
},
"engines": {
"node": ">=10.24.1"
"node": ">=14.17.0"
},
"keywords": [
"log",
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
. ~/.nvm/nvm.sh
. ~/.bashrc

declare -a VERSIONS=("10" "12" "14" "15" "16")
declare -a VERSIONS=("14" "15" "16")

if [ $# -eq 1 ]
then
Expand Down

0 comments on commit 1c9bf4b

Please sign in to comment.