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