diff --git a/action.yml b/action.yml index 89568a37..fc3f4792 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ outputs: status: description: 'The status of the webhook event' runs: - using: 'node12' - main: 'dist/main.js' \ No newline at end of file + using: 'node16' + main: 'dist/main.js'