From 2f5a3e164963d290b2bd57e1881dd5d3d9a7679c Mon Sep 17 00:00:00 2001 From: Kevin Barabash Date: Tue, 31 Mar 2026 15:25:18 -0400 Subject: [PATCH] [actually-update-action-to-node-24] Actually update Khan/gerald's action.yml to use node 24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ba28acb..4d9680a 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: 'Gerald Action' description: 'Notify and Request Reviewers on Pull Request' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js' branding: icon: check-circle