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.git


The following commit(s) were added to refs/heads/master by this push:
     new b96f403  deprecate nodejs:8 kind (#4827)
b96f403 is described below

commit b96f403c4c44fe1824d656350847f2f36d89cfba
Author: David Grove <[email protected]>
AuthorDate: Wed Feb 19 12:49:41 2020 -0500

    deprecate nodejs:8 kind (#4827)
    
    EOL of NodeJS v8 was Dec 31, 2019.
---
 ansible/files/runtimes.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/files/runtimes.json b/ansible/files/runtimes.json
index 6ad5e98..ba785f4 100644
--- a/ansible/files/runtimes.json
+++ b/ansible/files/runtimes.json
@@ -36,7 +36,7 @@
                     "name": "action-nodejs-v8",
                     "tag": "nightly"
                 },
-                "deprecated": false,
+                "deprecated": true,
                 "attached": {
                     "attachmentName": "codefile",
                     "attachmentType": "text/plain"

Reply via email to