This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-package-alarms.git
The following commit(s) were added to refs/heads/master by this push:
new a2e108e Bump action node version to 10 (#204)
a2e108e is described below
commit a2e108e3537b6015f4e437ed43a9450eef90fa2e
Author: 김건희 <[email protected]>
AuthorDate: Sun Feb 9 23:27:10 2020 -0800
Bump action node version to 10 (#204)
Perhaps use :default instead.
---
installCatalog.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/installCatalog.sh b/installCatalog.sh
index 924277f..117793e 100755
--- a/installCatalog.sh
+++ b/installCatalog.sh
@@ -40,7 +40,7 @@ DB_NAME="${4}alarmservice"
APIHOST="$5"
WORKERS="$6"
LIMIT_CRON_FIELDS="${LIMIT_CRON_FIELDS}"
-ACTION_RUNTIME_VERSION=${ACTION_RUNTIME_VERSION:="nodejs:6"}
+ACTION_RUNTIME_VERSION=${ACTION_RUNTIME_VERSION:="nodejs:10"}
# If the auth key file exists, read the key in the file. Otherwise, take the
# first argument as the key itself.