Skip to content

Commit

Permalink
Update to node 16. Closes #31
Browse files Browse the repository at this point in the history
  • Loading branch information
lannonbr committed Nov 25, 2022
1 parent f489db4 commit e8dbcd8
Show file tree
Hide file tree
Showing 5 changed files with 211 additions and 140 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.0.0 - November 25, 2022

- breaking: Updated action to use node 16.x

# 3.0.1 - March 5, 2022

- fix: When comparing labels, the action will no longer care about case sensitivity (ex: `label` and `Label` will be treated as the same).
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
runs:
using: "node12"
using: "node16"
main: "lib/index.js"
branding:
icon: "upload"
Expand Down
4 changes: 2 additions & 2 deletions lib/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit e8dbcd8

Please sign in to comment.