// Cross-boundary corpus for OpenClaw's supported Node release-label contract. export const NODE_RELEASE_VERSION_CASES = [ "22.22.2", "22.22.3", "23.11.0", "24.14.1", "24.15.0", "25.8.1", "25.9.0", "26.0.0", "v24.15.0+local.1", " 24.15.0+vendor-1.sha ", "24.15.0-rc.1", "25.9.1-nightly.20260714", "24.15", "garbage24.15.0suffix", "24.15.0suffix", "024.15.0", "24.015.0", "24.15.00", "24.15.0+local..1", "24.15.0+", "9007199254740992.0.0", "10000000000000000.0.0", ] as const;