-
Notifications
You must be signed in to change notification settings - Fork 2k
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
functions/scheduleinstance does not run as nodejs8 or nodejs10 #1272
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When following through the tutorial about Cloud Scheduler [https://cloud.google.com/scheduler/docs/start-and-stop-compute-engine-instances-on-a-schedule#set_up_the_functions_with] and deploying the function as node.js 6 a warning is thrown about the deprecation of node.js 6 and reccomends node.js 8 or node.js 10.
the package.json file states
but deploying the function as nodejs8 gives this error
and nodejs10 gives this one
The text was updated successfully, but these errors were encountered: