From 20c9d221ef876d74e73fbf74d491b682430c05a4 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 1 Nov 2018 12:59:37 -0400 Subject: [PATCH] Build Node.js 11.0.0 Signed-off-by: Stephen Gallagher --- nodejs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.yaml b/nodejs.yaml index f133913..d40603f 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -50,6 +50,6 @@ data: buildorder: 0 nodejs: rationale: Javascript runtime and npm package manager. - ref: 10 + ref: 11 buildorder: 10 ...