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

@ -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"