google-github-actions / setup-gcloud

A GitHub Action for installing and configuring the gcloud CLI.

Home Page:https://cloud.google.com/sdk/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node js binary install vs install script

mephmanx opened this issue · comments

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

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.

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!