From d31611bb347ef80b1dc0d5894454945767e1d34f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 26 Apr 2018 10:35:20 -0400 Subject: [PATCH] Update to 10.x Signed-off-by: Stephen Gallagher --- nodejs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.yaml b/nodejs.yaml index d0ef49d..f7507db 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -42,6 +42,6 @@ data: rpms: nodejs: rationale: Javascript runtime and npm package manager. - ref: 9 + ref: 10 buildorder: 10 ...