From 4715bdc8cba3650939aa35a97e38afa8c2c00d9c Mon Sep 17 00:00:00 2001 From: Dan Adajian Date: Mon, 23 Mar 2026 08:28:19 -0500 Subject: [PATCH] feat: Update 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 2d65733..59a057c 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ inputs: description: 'The location of the package.json to validate' required: false runs: - using: 'node20' + using: 'node24' main: 'dist/main.js' branding: icon: file