From e194f5b2faa14146adfbad967015f203e9457668 Mon Sep 17 00:00:00 2001 From: guptaankit015 Date: Thu, 26 Mar 2026 15:15:15 +0530 Subject: [PATCH] chore: upgrade Node.js runtime from 20 to 24 GitHub Actions is deprecating Node.js 20 runtime. This upgrades the action to use Node.js 24 and rebuilds dist/. Made-with: Cursor --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c5635f6e..33d621d4 100644 --- a/action.yml +++ b/action.yml @@ -75,6 +75,6 @@ outputs: description: 'Build result metadata' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js' post: 'dist/index.js'