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

Commit e682ec0

Browse files
committed
chore: bump node version from 12 to 16
1 parent ef3a0c3 commit e682ec0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Pull Request Comment Trigger'
1+
name: 'Pull Request Comment Trigger fork'
22
description: 'Look for a "trigger word" in a pull-request description or comment, so that later steps can know whether or not to run.'
33
inputs:
44
reaction:
@@ -18,8 +18,8 @@ outputs:
1818
comment_body:
1919
description: The comment body.
2020
runs:
21-
using: 'node12'
21+
using: 'node16'
2222
main: 'dist/index.js'
2323
branding:
2424
icon: check-circle
25-
color: red
25+
color: red

0 commit comments

Comments
 (0)