From fd417ca8a9120d22773434f28ab921f723f27b0e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 25 Feb 2020 11:24:43 -0500 Subject: [PATCH] Release 13.x Signed-off-by: Stephen Gallagher --- nodejs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nodejs.yaml b/nodejs.yaml index e5abefa..64359b6 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -8,6 +8,9 @@ data: fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. + + This is the 13.x development stream and may not be suitible for production + workloads. license: module: - MIT @@ -54,6 +57,6 @@ data: buildorder: 0 nodejs: rationale: Javascript runtime and npm package manager. - ref: 12 + ref: 13 buildorder: 10 ...