Skip to content

Commit

Permalink
EPMRPP-94905 || Drop Support of Node.js 12. Change version fragment t…
Browse files Browse the repository at this point in the history
…o minor. Update changelog
  • Loading branch information
AmsterGet committed Sep 23, 2024
1 parent cb2542f commit fa5759a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### Changed
- **Breaking change** Drop support of Node.js 12. The version [5.1.1](https://github.com/reportportal/agent-js-webdriverio/releases/tag/v5.1.1) is the latest that supports it.
- The agent now supports reporting the time for launches, test items and logs with microsecond precision in the ISO string format.
For logs, microsecond precision is available on the UI from ReportPortal version 24.2.
- `@reportportal/client-javascript` bumped to version `5.3.0`.

## [5.1.1] - 2024-06-26
### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"homepage": "https://github.com/reportportal/agent-js-webdriverio#readme",
"engines": {
"node": ">=12.x"
"node": ">=14.x"
},
"keywords": [
"reportportal",
Expand Down
2 changes: 1 addition & 1 deletion version_fragment
Original file line number Diff line number Diff line change
@@ -1 +1 @@
patch
minor

0 comments on commit fa5759a

Please sign in to comment.