Skip to content

Commit 61a61f9

Browse files
authored
Run the action on Node 20 (#371)
1 parent 426fbd2 commit 61a61f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)