Skip to content

Commit 6b0df4b

Browse files
committed
Merge branch 'main' into release/v2
* main: Prepare for release 2.30.1. Run the action on Node 20 (#371)
2 parents eaf4c24 + bc2cd2a commit 6b0df4b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## v2.30.1
4+
5+
* Run action on Node 20. - [#371](https://github.com/ReactiveCircus/android-emulator-runner/pull/371)
6+
37
## v2.30.0
48

59
* Update to Node 20. - [#369](https://github.com/ReactiveCircus/android-emulator-runner/pull/369)

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ inputs:
6868
pre-emulator-launch-script:
6969
description: 'custom script to run after creating the AVD and before launching the emulator - e.g. `./adjust-emulator-configs.sh`'
7070
runs:
71-
using: 'node16'
71+
using: 'node20'
7272
main: 'lib/main.js'

0 commit comments

Comments
 (0)