From 82d83c564c2d493d1a498c497eaa12bcdc24027d Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Sat, 17 Jan 2026 19:39:29 -0500 Subject: [PATCH] ci/supportedBranches: export split() --- ci/supportedBranches.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/supportedBranches.js b/ci/supportedBranches.js index 003b437613f7..2f4bf5abfb40 100755 --- a/ci/supportedBranches.js +++ b/ci/supportedBranches.js @@ -44,7 +44,7 @@ function classify(branch) { } } -module.exports = { classify } +module.exports = { classify, split } // If called directly via CLI, runs the following tests: if (!module.parent) {