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) 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'