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,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).