node.js - Swisscom App Cloud Node version -


i use new ef6 features in new node.js application.

where find current supported node version installed in swisscom app cloud?

with cloud foundry command line tool can list installed build packs:

> cf buildpacks getting buildpacks... 

in output can find installed buildpack version node.js

buildpack          | position | enabled | locked | filename                            | nodejs_buildpack   | 4        | true    | false  | nodejs_buildpack-cached-v1.5.14.zip | 

the nodejs buildpack github repo contains changelog file updates buildpacks maintained. updates node version pointed out there.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -