mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-08-25 08:08:00 +00:00
bump action from Node12 to Node16
The GitHub Actions workflow gives the following annotation while running the action: > Node.js 12 actions are deprecated. For more information see: github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12. Signed-off-by: Enes <ahmedenesturan@gmail.com>
This commit is contained in:
parent
23cb5a43d4
commit
de7a2228ba
@ -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 New Issue
Block a user