From 5b908f464beea3cfc115527f64a964556600fd02 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Feb 01 2022 14:11:52 +0000 Subject: Update Node.js profile defaults Streams 8 and 10 have reached EOL and the newer streams are using "common" as the default profile. Signed-off-by: Stephen Gallagher --- diff --git a/nodejs.yaml b/nodejs.yaml index 9d2b38d..11dd0a8 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -1,9 +1,9 @@ document: modulemd-defaults version: 1 data: - modified: 201906261200 + modified: 202202011400 module: nodejs profiles: - 8: [default] - 10: [default] - 12: [default] + 12: [common] + 14: [common] + 16: [common]