mirror of
https://github.com/joelwmale/webhook-action.git
synced 2025-01-31 00:59:08 +01:00
Merge pull request #598 from devenes/patch-1
bump action from Node12 to Node16
This commit is contained in:
commit
86cb5a09be
1 changed files with 2 additions and 2 deletions
|
@ -21,5 +21,5 @@ outputs:
|
|||
status:
|
||||
description: 'The status of the webhook event'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/main.js'
|
||||
using: 'node16'
|
||||
main: 'dist/main.js'
|
||||
|
|
Loading…
Reference in a new issue