Skip to content

Commit

Permalink
Bump nodejs to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Dec 12, 2022
1 parent 321712c commit e397221
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for adding team reviewers by setting `team_reviewers`
- Support for adding assignees by setting `assignees`

### Changed

- Execute action using `node16` instead of `node12` which is now deprecated.

## [1.2.0] - 2021-07-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ outputs:
html_url:
description: 'URL that Pull Request may be reviewed at'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit e397221

Please sign in to comment.