From dde990e5b94f6a0c02ecc227afdee4b38cb3807b Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 9 Dec 2021 13:00:11 -0500 Subject: [PATCH] Update to 14.18.2 Don't build for EPEL 9 Signed-off-by: Stephen Gallagher --- nodejs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index fc526f9..d126043 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -13,9 +13,9 @@ data: - MIT dependencies: - buildrequires: - platform: [-el8] + platform: [-el8, -el9] requires: - platform: [-el8] + platform: [-el8, -el9] references: community: http://nodejs.org documentation: http://nodejs.org/en/docs