diff --git a/action.yml b/action.yml index a7c909e..29e6ecf 100644 --- a/action.yml +++ b/action.yml @@ -87,5 +87,5 @@ outputs: status: description: "The Success/Failure of the action" runs: - using: "node12" + using: "node16" main: "index.js"