mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-30 10:58:24 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user