From 2220ef0140ca5aa4a9309b30e170a32e7b440b90 Mon Sep 17 00:00:00 2001 From: Marten Kreienbrock <157617680+martenkr@users.noreply.github.com> Date: Wed, 18 Mar 2026 21:58:37 +0100 Subject: [PATCH] Update Node version from 20 to 24 (#222) To mitigate warnings in Github regarding the EOL of node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 62ddedb..5901b7a 100644 --- a/action.yml +++ b/action.yml @@ -39,5 +39,5 @@ inputs: branding: color: 'blue' runs: - using: 'node20' + using: 'node24' main: 'lib/index.js'