diff --git a/action.yaml b/action.yaml index 6d42b34..21dab43 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: "node20" + using: "node22" main: "action.mjs" \ No newline at end of file