From 9c2f32530f07791f9968223682cc96ed93f40852 Mon Sep 17 00:00:00 2001 From: Daniel Wilson Date: Tue, 28 Apr 2026 00:23:53 +0100 Subject: [PATCH] Update Node version from 20 to 24 in action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0e0c613..2be9c4e 100644 --- a/action.yml +++ b/action.yml @@ -4,5 +4,5 @@ branding: icon: 'code' color: 'yellow' runs: - using: 'node20' + using: 'node24' main: 'index.js'