diff --git a/CHANGELOG.md b/CHANGELOG.md index 869b125..f58aa33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/action.yml b/action.yml index bcaad45..a788810 100644 --- a/action.yml +++ b/action.yml @@ -89,7 +89,7 @@ outputs: time: description: Test execution time [ms] runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: color: blue