#3379·newman

Version check does not accept node prereleases

Author: silverwindCreated Aug 27, 2026Updated Sep 1, 2026

When `process.version` is a prerelease like `v26.8.0-alpha.0.0.0`, newman fails to run with error `newman: required node version >=16` because the `semver.satisfies(process.version, '>=16')` check fails. The check needs to be altered to support prereleases too.