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'