check-node-version
check-node-version copied to clipboard
fails in windows-lastest ci image `check-node-version --node '<= 18.6.0'`
the error is seen here https://github.com/iambumblehead/esmock/runs/7850099261?check_suite_focus=true
> isnodelt18
> check-node-version --node '<= 18.6.0'
The system cannot find the file specified.
I'm not sure what the issue may be, but I'm happy to take a PR if you find a fix.
Thanks for the reply. I'm using an inline node script now node -e \"+process.versions.node.split('.')[0] < 18\"