-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Node 16 w/ latest actions dependencies
- Loading branch information
1 parent
06cb366
commit f139bfe
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "pr-approver", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Github action to auto-approve PRs based on labels", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
|
@@ -10,12 +10,13 @@ | |
"author": "NRCCUA", | ||
"contributors": [ | ||
"Thiago L. Lima <[email protected]>", | ||
"Fabricio Montagnani <[email protected]>" | ||
"Fabricio Montagnani <[email protected]>", | ||
"Kelly Summerlin <[email protected]>" | ||
], | ||
"license": "MIT", | ||
"dependencies": { | ||
"@actions/core": "1.5.0", | ||
"@actions/github": "5.0.0" | ||
"@actions/core": "1.10.0", | ||
"@actions/github": "5.1.1" | ||
}, | ||
"devDependencies": { | ||
"@vercel/ncc": "0.31.1" | ||
|