From 3f5a84799a6ff9fd5a24b3820f546f675ffaafc4 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 25 May 2018 08:08:15 -0400 Subject: [PATCH] Update to Node.js 10.2.1 Also switch to using libuv stream "1" Signed-off-by: Stephen Gallagher --- nodejs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.yaml b/nodejs.yaml index 04bda2b..0bbbabd 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -42,7 +42,7 @@ data: rpms: libuv: rationale: Platform abstraction layer for Node.js - ref: 1.20 + ref: 1 buildorder: 0 nodejs: rationale: Javascript runtime and npm package manager.