This is an automated email from the ASF dual-hosted git repository.
csantanapr pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git
The following commit(s) were added to refs/heads/master by this push:
new 0c9afbc Add nodejs:10 references for website (#349)
0c9afbc is described below
commit 0c9afbc0c4b9a04881135acd32e3027356c54526
Author: Carlos Santana <[email protected]>
AuthorDate: Mon Nov 19 16:37:05 2018 -0500
Add nodejs:10 references for website (#349)
---
.gitignore | 1 +
_includes/code/manifest-for-helloJS-2.yaml | 2 +-
_layouts/documentation.html | 4 ++--
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index eb4043a..610510d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ node_modules/
Gemfile.lock
js/
package-lock.json
+vendor/
diff --git a/_includes/code/manifest-for-helloJS-2.yaml
b/_includes/code/manifest-for-helloJS-2.yaml
index e01efb1..a1e0bc0 100644
--- a/_includes/code/manifest-for-helloJS-2.yaml
+++ b/_includes/code/manifest-for-helloJS-2.yaml
@@ -6,5 +6,5 @@ packages:
function main() {
return {payload: 'Hello world'};
}
- runtime: nodejs:6
+ runtime: nodejs:10
diff --git a/_layouts/documentation.html b/_layouts/documentation.html
index 1bb67fc..1382be9 100644
--- a/_layouts/documentation.html
+++ b/_layouts/documentation.html
@@ -778,7 +778,7 @@ $ brew install wsk
</div>
</li>
</ul>
-
+
<!-- Install: Verify -->
<a class="indexable" id="wsk-cli-verify"></a>
<h5>Verify Installation</h5>
@@ -1146,7 +1146,7 @@ $ wsk list -v
<a class="indexable" id="nodejs-runtime"></a>
<h5>OpenWhisk Runtime for NodeJS</h5>
<p>
- OpenWhisk supports <strong>Node.js 6</strong> and
<strong>Node.js 8</strong> runtimes where Node.js 6 being default pick by wsk
CLI and Whisk Deploy.
+ OpenWhisk supports <strong>Node.js 10</strong>,
<strong>Node.js 8</strong>, and <strong>Node.js 6</strong> runtimes where
Node.js 6 being default pick by wsk CLI and Whisk Deploy.
If you wish to learn more about NodeJS runtime along with
the libraries that are supported or "built-in" by default,
please visit
<a
href="https://github.com/apache/incubator-openwhisk-runtime-nodejs/blob/master/README.md">NodeJS
Runtime GitHub Repository</a>.