We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321712c commit e397221Copy full SHA for e397221
2 files changed
CHANGELOG.md
@@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
- Support for adding team reviewers by setting `team_reviewers`
15
- Support for adding assignees by setting `assignees`
16
17
+### Changed
18
+
19
+- Execute action using `node16` instead of `node12` which is now deprecated.
20
21
## [1.2.0] - 2021-07-26
22
23
### Added
action.yml
@@ -44,5 +44,5 @@ outputs:
44
html_url:
45
description: 'URL that Pull Request may be reviewed at'
46
runs:
47
- using: 'node12'
+ using: 'node16'
48
main: 'dist/index.js'
0 commit comments