diff --git a/CHANGELOG.md b/CHANGELOG.md index 774bfc6..26a4a60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# [2.5.4] - 2022-12-5 [PR: #53](https://github.com/dolittle/establish-context-action/pull/53) +## Summary +Update dependencies and use latest dolittle typescript packages + + # [2.5.3] - 2021-11-25 [PR: #45](https://github.com/dolittle/establish-context-action/pull/45) ## Summary diff --git a/action.yml b/action.yml index d066976..1ff6972 100644 --- a/action.yml +++ b/action.yml @@ -37,5 +37,5 @@ outputs: description: The url to the pull request runs: - using: 'node12' + using: 'node16' main: 'release/index.js' \ No newline at end of file