rabbah commented on a change in pull request #4472: Updating runtimes to include new Node.js v12 image. URL: https://github.com/apache/incubator-openwhisk/pull/4472#discussion_r281715525
########## File path: docs/actions-nodejs.md ########## @@ -222,7 +222,7 @@ zip -r action.zip * wsk action create packageAction --kind nodejs:10 action.zip ``` -When creating an action from a `.zip` archive with the CLI tool, you must explicitly provide a value for the `--kind` flag by using `nodejs:10`, `nodejs:8` or `nodejs:6`. +When creating an action from a `.zip` archive with the CLI tool, you must explicitly provide a value for the `--kind` flag by using `nodejs:12`, `nodejs:10`, `nodejs:8` or `nodejs:6`. Review comment: same re 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
