Skip to content

Commit

Permalink
Update to Node 16 w/ latest actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ksummerlin authored May 11, 2023
1 parent 06cb366 commit f139bfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ inputs:
description: "Comma-separated list of labels that block a PR approval. Example: conflicts,error,temp"
required: false
runs:
using: node12
using: node16
main: dist/index.js
9 changes: 5 additions & 4 deletions package.json
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": {
Expand All @@ -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"
Expand Down

0 comments on commit f139bfe

Please sign in to comment.