Skip to content

Commit

Permalink
test Node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
iccicci committed May 25, 2022
1 parent b75e5da commit ccbbb0d
Show file tree
Hide file tree
Showing 4 changed files with 403 additions and 319 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
after_script:
- "if [[ `node --version` =~ ^v16 ]] ; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT ; fi"
- "if [[ `node --version` =~ ^v18 ]] ; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT ; fi"

before_script:
- "curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter"
Expand All @@ -11,6 +11,7 @@ env:
- CC_TEST_REPORTER_ID=b96c8e14d13e6e0eac109776042700ebba5cddd019d9031fc476d8110842920f

node_js:
- "18"
- "16"
- "14"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ Once an **error** _event_ is emitted, nothing more can be done: the stream is cl

# Compatibility

Requires **Node.js v12.x**.
Requires **Node.js v14**.

The package is tested under [all Node.js versions](https://app.travis-ci.com/github/iccicci/rotating-file-stream)
currently supported accordingly to [Node.js Release](https://github.com/nodejs/Release#readme).
Expand Down
Loading

0 comments on commit ccbbb0d

Please sign in to comment.