Skip to content

Commit e397221

Browse files
Bump nodejs to 16
1 parent 321712c commit e397221

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Support for adding team reviewers by setting `team_reviewers`
1515
- Support for adding assignees by setting `assignees`
1616

17+
### Changed
18+
19+
- Execute action using `node16` instead of `node12` which is now deprecated.
20+
1721
## [1.2.0] - 2021-07-26
1822

1923
### Added

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ outputs:
4444
html_url:
4545
description: 'URL that Pull Request may be reviewed at'
4646
runs:
47-
using: 'node12'
47+
using: 'node16'
4848
main: 'dist/index.js'

0 commit comments

Comments
 (0)