mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-18 15:07:10 +01:00
Move to node20
This commit is contained in:
parent
4a79aca441
commit
bcf324b39f
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.7.0
|
||||||
|
- Updated packages + runs on node20
|
||||||
|
|
||||||
## v1.6.0
|
## v1.6.0
|
||||||
- [Update to node16 + recent versions of core and exec packages](https://github.com/dorny/test-reporter/pull/203)
|
- [Update to node16 + recent versions of core and exec packages](https://github.com/dorny/test-reporter/pull/203)
|
||||||
- [Update all dependencies to latest versions](https://github.com/dorny/test-reporter/pull/186)
|
- [Update all dependencies to latest versions](https://github.com/dorny/test-reporter/pull/186)
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@ outputs:
|
||||||
time:
|
time:
|
||||||
description: Test execution time [ms]
|
description: Test execution time [ms]
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node20'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
branding:
|
branding:
|
||||||
color: blue
|
color: blue
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue