Merge pull request #598 from devenes/patch-1

bump action from Node12 to Node16
This commit is contained in:
Joel Male 2022-11-08 11:37:32 +10:00 committed by GitHub
commit 86cb5a09be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,5 +21,5 @@ outputs:
status: status:
description: 'The status of the webhook event' description: 'The status of the webhook event'
runs: runs:
using: 'node12' using: 'node16'
main: 'dist/main.js' main: 'dist/main.js'