diff --git a/action.yml b/action.yml index c52bd68..e75d9b1 100644 --- a/action.yml +++ b/action.yml @@ -72,5 +72,5 @@ outputs: slack-result: description: "The result from the post to slack" runs: - using: "node12" + using: "node16" main: "dist/index.js"