jthomas commented on a change in pull request #171: Default Node.js runtime
changed from 6 to 10
URL:
https://github.com/apache/incubator-openwhisk-client-js/pull/171#discussion_r296653752
##########
File path: test/integration/actions.test.js
##########
@@ -86,7 +86,7 @@ test('create, get and delete an action', t => {
}).then(result => {
t.is(result.name, 'random_action_test')
t.is(result.namespace, NAMESPACE)
- t.is(result.exec.kind, 'nodejs:6')
+ t.is(result.exec.kind, 'nodejs:10')
Review comment:
That's a good suggestion. Let me fix that...
----------------------------------------------------------------
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