From 7ce3ca8d42ecb7413f6cfb1b937ae79a44af7f20 Mon Sep 17 00:00:00 2001 From: Chris Indoe Date: Tue, 7 Jul 2026 15:10:00 -0400 Subject: [PATCH] Update node version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6fa7b1f..8b95438 100644 --- a/action.yml +++ b/action.yml @@ -38,7 +38,7 @@ outputs: version_tag: description: 'The version string used to create the tag.' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js' branding: icon: 'tag'