From 4c2cd3adfbeb834310f8a661e70f21fade254210 Mon Sep 17 00:00:00 2001 From: Collin Herber Date: Fri, 20 Mar 2026 10:02:23 -0400 Subject: [PATCH] Upgrade Node.js version from 20 to 24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 92189e2..60c4ad9 100644 --- a/action.yml +++ b/action.yml @@ -65,5 +65,5 @@ outputs: description: If this action created a pull request review, this is its ID. runs: - using: node20 + using: node24 main: dist/index.js