Skip to content

Commit

Permalink
Merge branch 'main' into release/v2
Browse files Browse the repository at this point in the history
* main:
  Prepare for release 2.30.1.
  Run the action on Node 20 (#371)
  • Loading branch information
ychescale9 committed Jan 26, 2024
2 parents eaf4c24 + bc2cd2a commit 6b0df4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 6b0df4b

Please sign in to comment.