From 61a61f94a9ac9060497efab4ebd3a108af49e2ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Papp?= Date: Fri, 26 Jan 2024 12:24:19 +0000 Subject: [PATCH] Run the action on Node 20 (#371) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index edb0a381b..fe609fd37 100644 --- a/action.yml +++ b/action.yml @@ -68,5 +68,5 @@ inputs: pre-emulator-launch-script: description: 'custom script to run after creating the AVD and before launching the emulator - e.g. `./adjust-emulator-configs.sh`' runs: - using: 'node16' + using: 'node20' main: 'lib/main.js'