Skip to content

Commit

Permalink
fix: node version (#16)
Browse files Browse the repository at this point in the history
closes #17
  • Loading branch information
maxbeba committed May 8, 2023
1 parent 1238345 commit 5142fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'github-action-todo-commenter'
description: Parses pull request files based on tags and creates a comment with a task list
author: Georgios Kampitakis
runs:
using: 'node12'
using: 'node16'
main: 'lib/index.js'
branding:
icon: 'check-circle'
Expand Down

0 comments on commit 5142fd9

Please sign in to comment.