From 01cbd8fcfc60ae3ddc1217d86aeb27e824946f75 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 23 Apr 2019 14:08:51 -0400 Subject: [PATCH] Release Node.js 12.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 83bcc9e..3d98aa5 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -58,6 +58,6 @@ data: buildorder: 0 nodejs: rationale: Javascript runtime and npm package manager. - ref: 11 + ref: 12 buildorder: 10 ...