This is an automated email from the ASF dual-hosted git repository. dgrove pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openwhisk.git
commit 64cd96438374a5ad0e71582aeaae26490f8cdd22 Author: David Grove <[email protected]> AuthorDate: Tue May 11 13:57:29 2021 -0400 deprecate nodejs:10 kind --- 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 d47e653..9045798 100644 --- a/ansible/files/runtimes.json +++ b/ansible/files/runtimes.json @@ -22,7 +22,7 @@ "name": "action-nodejs-v10", "tag": "nightly" }, - "deprecated": false, + "deprecated": true, "attached": { "attachmentName": "codefile", "attachmentType": "text/plain"
