From 8574cb4ee72877d7175b6ef1743cac06249eb31c Mon Sep 17 00:00:00 2001 From: Stephan Hageboeck Date: Tue, 24 Mar 2026 14:58:28 +0100 Subject: [PATCH] Update node from 20 to 24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d300085..e3baba7 100644 --- a/action.yml +++ b/action.yml @@ -14,5 +14,5 @@ inputs: required: false runs: - using: 'node20' + using: 'node24' main: 'dist/index.js'