setup-android/action.yml
Vilius Sutkus '89 ccc0939481 Use Node-20 instead of end-of-life Node-16
Would prefer to use Node-18, because it's LTS, but I can't, because it's not available:
https://github.com/actions/runner-images/discussions/7664
2023-09-25 03:20:06 +03:00

11 lines
216 B
YAML

name: 'Setup Android SDK Tools'
author: 'Android-Actions'
description: 'Setup the Android SDK Tools and add them to the path'
runs:
using: node20
main: 'dist/index.js'
branding:
icon: 'list'
color: 'green'