check-node-version icon indicating copy to clipboard operation
check-node-version copied to clipboard

fails in windows-lastest ci image `check-node-version --node '<= 18.6.0'`

Open iambumblehead opened this issue 2 years ago • 2 comments

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.

iambumblehead avatar Aug 16 '22 03:08 iambumblehead

I'm not sure what the issue may be, but I'm happy to take a PR if you find a fix.

parshap avatar Oct 29 '22 15:10 parshap

Thanks for the reply. I'm using an inline node script now node -e \"+process.versions.node.split('.')[0] < 18\"

iambumblehead avatar Oct 29 '22 19:10 iambumblehead