Skip to content

Commit ccbbb0d

Browse files
committed
test Node v18
1 parent b75e5da commit ccbbb0d

File tree

4 files changed

+403
-319
lines changed

4 files changed

+403
-319
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
after_script:
2-
- "if [[ `node --version` =~ ^v16 ]] ; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT ; fi"
2+
- "if [[ `node --version` =~ ^v18 ]] ; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT ; fi"
33

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

1313
node_js:
14+
- "18"
1415
- "16"
1516
- "14"
1617

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ Once an **error** _event_ is emitted, nothing more can be done: the stream is cl
542542

543543
# Compatibility
544544

545-
Requires **Node.js v12.x**.
545+
Requires **Node.js v14**.
546546

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

0 commit comments

Comments
 (0)