From 5f991653a029e539c521656cdbda5b56127970e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= Date: Tue, 17 Mar 2026 09:35:07 +0100 Subject: [PATCH] Use Node.js version 24 (#22) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e2f7ddb..f41b500 100644 --- a/action.yml +++ b/action.yml @@ -17,5 +17,5 @@ outputs: sha: description: 'shortened SHA' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js'