From 236e88f178ef3ea3d4397c0be42df08013ace0b5 Mon Sep 17 00:00:00 2001 From: Starlight <136495168+tis-starlight@users.noreply.github.com> Date: Sun, 28 Jan 2024 04:24:34 +0500 Subject: [PATCH] Update: node version to 'node20' --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3f29fca1..a29f7540 100644 --- a/action.yml +++ b/action.yml @@ -54,5 +54,5 @@ outputs: signedReleaseFile12: description: 'The 12th signed release APK or AAB file' runs: - using: 'node12' + using: 'node20' main: 'lib/main.js'