According to https://cloud.google.com/appengine/docs/flexible/nodejs/runtime I should be able to dial in my required Node.js version for Flex Environment Cloud Build quite easily by setting `engines` semver constraint in package.json.
However, this doesn't seem to work. No matter what I do in Flex all I get is Node.js 10.13.0 (Oct 2018) and breaks if I try to constrain this via package.json `engines`. Very frustrating. Any advice from the Community? If I take the time to switch from flex to standard environment does that even work? It should be dead-easy to get LTS support for Node.js! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/a70c1919-3bed-440c-afcc-71d717016342%40googlegroups.com.
