From 30216e448f729b4943efcbf192f85f6a8e0a2daa Mon Sep 17 00:00:00 2001 From: Thomas Hauth Date: Tue, 19 May 2026 14:29:22 +0200 Subject: [PATCH] bump to node24 version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a29f7540..371d01d9 100644 --- a/action.yml +++ b/action.yml @@ -54,5 +54,5 @@ outputs: signedReleaseFile12: description: 'The 12th signed release APK or AAB file' runs: - using: 'node20' + using: 'node24' main: 'lib/main.js'