nikitastupin / clairvoyance

Obtain GraphQL API schema even if the introspection is disabled
Apache License 2.0
960 stars 87 forks source link

[CD] Make Python and Node versions in a single file #88

Open Privat33r-dev opened 2 months ago

Privat33r-dev commented 2 months ago

Currently it's a slight mess:

That's kind of a big mess and pain to update. I might've even missed some Python versions.

I'd recommend to use Python 3.9 version everywhere except for Docker Containers. The reasoning is provided below:

Node versions are another story (less complicated to our luck), but I skip this discussion for now.