diff --git a/action.yml b/action.yml index 932c18b..5bd742d 100644 --- a/action.yml +++ b/action.yml @@ -78,5 +78,5 @@ outputs: slack-result: description: "The result from the post to slack" runs: - using: "node16" + using: "node20" main: "dist/index.js"