From 915dd0afad873facaafca2c2efd85f155fb21464 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 18 Jan 2019 11:17:12 -0500 Subject: [PATCH] Update to Node.js 11.7.0 Signed-off-by: Stephen Gallagher --- nodejs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodejs.yaml b/nodejs.yaml index c9b5ded..83bcc9e 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -48,6 +48,10 @@ data: rationale: Platform abstraction layer for Node.js ref: 1 buildorder: 0 + http-parser: + rationale: Needed for parsing HTTP requests + ref: master + buildorder: 0 nghttp2: rationale: Needed for HTTP2 support ref: master