This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-nodejs.git.
from 891fcc6 bump upstream node version (#166)
new d30bb02 support for Node.js v14
new 2bd39e4 - Add nodejs:14 to docs/build etc. - Add test suite for node
14. - Add docker action test.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 2 +-
README.md | 12 +++++++++++-
core/{nodejs8Action => nodejs14Action}/.dockerignore | 0
.../Dockerfile => core/nodejs14Action/CHANGELOG.md | 7 ++++---
core/{nodejs12Action => nodejs14Action}/Dockerfile | 2 +-
core/{nodejs12Action => nodejs14Action}/build.gradle | 2 +-
core/{nodejs10Action => nodejs14Action}/package.json | 2 +-
settings.gradle | 2 ++
.../dat/docker/{nodejs10docker => nodejs14docker}/Dockerfile | 2 +-
.../docker/{nodejs10docker => nodejs14docker}/build.gradle | 2 +-
.../docker/{nodejs12docker => nodejs14docker}/package.json | 0
.../runtime/actionContainers/NodeJs10ConcurrentTests.scala | 2 +-
.../runtime/actionContainers/NodeJs12ConcurrentTests.scala | 2 +-
...ntainerTests.scala => NodeJs14ActionContainerTests.scala} | 6 +++---
...10ConcurrentTests.scala => NodeJs14ConcurrentTests.scala} | 6 +++---
tools/travis/publish.sh | 2 ++
16 files changed, 33 insertions(+), 18 deletions(-)
copy core/{nodejs8Action => nodejs14Action}/.dockerignore (100%)
copy tests/dat/docker/nodejs8docker/Dockerfile =>
core/nodejs14Action/CHANGELOG.md (91%)
copy core/{nodejs12Action => nodejs14Action}/Dockerfile (97%)
copy core/{nodejs12Action => nodejs14Action}/build.gradle (98%)
copy core/{nodejs10Action => nodejs14Action}/package.json (92%)
copy tests/dat/docker/{nodejs10docker => nodejs14docker}/Dockerfile (97%)
copy tests/dat/docker/{nodejs10docker => nodejs14docker}/build.gradle (95%)
copy tests/dat/docker/{nodejs12docker => nodejs14docker}/package.json (100%)
copy
tests/src/test/scala/runtime/actionContainers/{NodeJs12ActionContainerTests.scala
=> NodeJs14ActionContainerTests.scala} (88%)
copy
tests/src/test/scala/runtime/actionContainers/{NodeJs10ConcurrentTests.scala =>
NodeJs14ConcurrentTests.scala} (88%)