From 42ba615a9d4d9cbb6c0c5ba3d659961effa61e41 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Tue, 3 Sep 2024 10:25:08 -0600 Subject: [PATCH] use 20 --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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