diff --git a/action.yml b/action.yml index b00344f..c91445b 100644 --- a/action.yml +++ b/action.yml @@ -87,5 +87,5 @@ outputs: status: description: "The Success/Failure of the action" runs: - using: "node18" + using: "node20" main: "index.js"