jthomas opened a new issue #170: Build is broken: Default Node.js version changed from 6 to 10. URL: https://github.com/apache/incubator-openwhisk-client-js/issues/170 https://travis-ci.org/apache/incubator-openwhisk-client-js/builds/533726071 ``` actions › create, get and delete an action /home/travis/build/apache/incubator-openwhisk-client-js/test/integration/actions.test.js:89 88: t.is(result.namespace, NAMESPACE) 89: t.is(result.exec.kind, 'nodejs:6') 90: t.is(result.exec.code, 'function main() {return {payload:"testing"}}… Difference: - 'nodejs:10' + 'nodejs:6' ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
