RobertCraigie / pyright-python

Python command line wrapper for pyright, a static type checker
https://pypi.org/project/pyright/
MIT License
178 stars 22 forks source link

feat(cli): allow custom node versions #185

Closed rbizos closed 1 year ago

rbizos commented 1 year ago

Prebuilt default version of node does not work my company's CI and this allowed to use an older version that does work.

The solution is to add a new environment variable that controls the version

rbizos commented 1 year ago

My pleasure, thanks for the module, it's very useful :)