Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
chore: bump node version from 12 to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
shanegenschaw committed Mar 21, 2023
1 parent ef3a0c3 commit e682ec0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Pull Request Comment Trigger'
name: 'Pull Request Comment Trigger fork'
description: 'Look for a "trigger word" in a pull-request description or comment, so that later steps can know whether or not to run.'
inputs:
reaction:
Expand All @@ -18,8 +18,8 @@ outputs:
comment_body:
description: The comment body.
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: check-circle
color: red
color: red

0 comments on commit e682ec0

Please sign in to comment.