diff --git a/action.yaml b/action.yaml index 21dab43..6d42b34 100644 --- a/action.yaml +++ b/action.yaml @@ -12,5 +12,5 @@ inputs: description: flag that the update should be sent to actual users required: true runs: - using: "node22" + using: "node20" main: "action.mjs" \ No newline at end of file