Merge branch 'main' into release/v2

* main:
  Prepare for release 2.30.1.
  Run the action on Node 20 (#371)
This commit is contained in:
Yang
2024-01-26 23:28:10 +11:00
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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)
+1 -1
View File
@@ -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'