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
Post a Comment