From de7a2228ba0560a815e614c2f54a3b5c804c6d80 Mon Sep 17 00:00:00 2001 From: Enes Date: Tue, 8 Nov 2022 04:19:16 +0300 Subject: [PATCH] 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 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'