Run the action on Node 20 (#371)

This commit is contained in:
Róbert Papp
2024-01-26 12:24:19 +00:00
committed by GitHub
parent 426fbd2820
commit 61a61f94a9
+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'