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
This commit is contained in:
Vilius Sutkus '89
2023-09-25 03:20:06 +03:00
parent fabcc053ca
commit ccc0939481
2 changed files with 11 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ author: 'Android-Actions'
description: 'Setup the Android SDK Tools and add them to the path'
runs:
using: 'node16'
using: node20
main: 'dist/index.js'
branding: