mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 22:37:09 +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
|
||||
|
||||
## v1.7.0
|
||||
- Updated packages + runs on node20
|
||||
|
||||
## v1.6.0
|
||||
- [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)
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ outputs:
|
|||
time:
|
||||
description: Test execution time [ms]
|
||||
runs:
|
||||
using: 'node16'
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
branding:
|
||||
color: blue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue