Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NodeJS 18x #614

Closed
noelbranz opened this issue Feb 6, 2023 · 6 comments
Closed

NodeJS 18x #614

noelbranz opened this issue Feb 6, 2023 · 6 comments
Labels
enhancement New feature or request

Comments

@noelbranz
Copy link

TL;DR

Support for NodeJS 18

Detailed design

No response

Additional information

No response

@noelbranz noelbranz added the enhancement New feature or request label Feb 6, 2023
@sethvargo
Copy link
Member

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

@noelbranz
Copy link
Author

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

@sethvargo
Copy link
Member

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.

@noelbranz
Copy link
Author

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

Thanks again.

@sethvargo
Copy link
Member

Hi @noelbranz

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

@noelbranz
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants