diff --git a/CHANGELOG.md b/CHANGELOG.md index ae5b233..74f52c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # openshift-tools-installer Changelog +## v1.13 +- Update action to run on Node20. https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ ## v1.12 - Update action/core dependency to 1.10.0 diff --git a/action.yml b/action.yml index 959e0c0..d064c81 100644 --- a/action.yml +++ b/action.yml @@ -82,5 +82,5 @@ outputs: installed: description: 'JSON object describing the versions that were installed.' runs: - using: node16 + using: node20 main: dist/index.js