google-github-actions / setup-gcloud

A GitHub Action for installing and configuring the gcloud CLI.
https://cloud.google.com/sdk/docs
Apache License 2.0
1.71k stars 510 forks source link

Node js binary install vs install script #652

Closed mephmanx closed 11 months ago

mephmanx commented 11 months ago

TL;DR

Getting a 60 second wait on install due to script install deprecation warning

Detailed design

request to update install to use binary installs on package install repos instead of script install

Additional information

No response

sethvargo commented 11 months ago

Hi @mephmanx - thank you for opening an issue, but I don't understand the question. Can you please share your action.yml and the deprecation warning you're seeing? If you could please provide the debug output for the complete GitHub Actions workflow run, that would be helpful.

mephmanx commented 11 months ago

Closing this as it turned out it was something on my side, not the github action, that was installing nodejs via script. Thank you for quick response!