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 1/2] 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' From bc2cd2aaea7599d8ebb5a3431c3c57a4d05d4600 Mon Sep 17 00:00:00 2001 From: Yang Date: Fri, 26 Jan 2024 23:26:22 +1100 Subject: [PATCH 2/2] Prepare for release 2.30.1. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cceeafd6..b049c0a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## v2.30.1 + +* Run action on Node 20. - [#371](https://github.com/ReactiveCircus/android-emulator-runner/pull/371) + ## v2.30.0 * Update to Node 20. - [#369](https://github.com/ReactiveCircus/android-emulator-runner/pull/369)