We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eaf4c24 + bc2cd2a commit 6b0df4bCopy full SHA for 6b0df4b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## v2.30.1
4
+
5
+* Run action on Node 20. - [#371](https://github.com/ReactiveCircus/android-emulator-runner/pull/371)
6
7
## v2.30.0
8
9
* Update to Node 20. - [#369](https://github.com/ReactiveCircus/android-emulator-runner/pull/369)
action.yml
@@ -68,5 +68,5 @@ inputs:
68
pre-emulator-launch-script:
69
description: 'custom script to run after creating the AVD and before launching the emulator - e.g. `./adjust-emulator-configs.sh`'
70
runs:
71
- using: 'node16'
+ using: 'node20'
72
main: 'lib/main.js'
0 commit comments