From c24cbc19008272cda7bd460c5f44fa26afb653c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Steinr=C3=B6tter?= Date: Wed, 8 Jul 2026 15:15:37 +0200 Subject: [PATCH] chore: Upgrade Node.js version from 20 to 24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 739ef13..c1b3137 100644 --- a/action.yml +++ b/action.yml @@ -9,5 +9,5 @@ outputs: installed-version: description: Version of the CLI installed on your runner. runs: - using: node20 + using: node24 main: dist/index.js