Update to node 16. Closes #31
This commit is contained in:
parent
f489db4b93
commit
e8dbcd8198
5 changed files with 211 additions and 140 deletions
|
@ -2,7 +2,7 @@ name: "Issue Label Manager Action"
|
|||
description: "Will update repo's labels based on data in JSON file located at $REPO/.github/labels.json"
|
||||
author: "Benjamin Lannon <benjamin@lannonbr.com>"
|
||||
runs:
|
||||
using: "node12"
|
||||
using: "node16"
|
||||
main: "lib/index.js"
|
||||
branding:
|
||||
icon: "upload"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue