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

NodeJS 18x

noelbranz opened this issue · comments

TL;DR

Support for NodeJS 18

Detailed design

No response

Additional information

No response

Is this related to actions/runner-images#7002?

Yes but also I am using Google App Engine which Node.js 18 is now generally available.
Which requires my app to be in NodeJS 18 engine, before it can be deployed to Nodejs18 env in GAE
I am currently using the Nodejs inside the setup-gcloud action
Or if there is a way to specify the nodejs version env parameter to be included while using the action

I'm not sure I understand. You should be able to build your app with node 18 - it's independent of what version setup-gcloud uses to install the gcloud CLI.

We usually don't update right away, since the self-hosted runners tend to lag behind a bit more. But again, the version you need to deploy your GAE app is independent of the version setup-gcloud uses.

Thanks. maybe the link you provided is what I need to wait.

Thanks again.

Hi @noelbranz

You don't need to wait - you can use actions/setup-node to install Node 18 today.

Yeah, I will try that. Thank you very much! @sethvargo