Update to node 16. Closes #31

This commit is contained in:
Benjamin Lannon 2022-11-25 10:32:06 -05:00
commit e8dbcd8198
5 changed files with 211 additions and 140 deletions

View file

@ -1,6 +1,6 @@
{
"name": "issue-label-manager-action",
"version": "3.0.1",
"version": "4.0.0",
"description": "Will update repo's labels based on data in JSON file located at $REPO/.github/labels.json",
"main": "index.js",
"keywords": [],
@ -10,10 +10,10 @@
"build": "ncc build index.js -o lib -m"
},
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0"
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1"
},
"devDependencies": {
"@vercel/ncc": "^0.33.3"
"@vercel/ncc": "^0.34.0"
}
}