Which deno version is used by worker ?
I am using axios to call their apis
But axios uses native module like in nodejs, it uses http module & min/max tls version of axios is determined by http module which in turn by nodejs version
SO which deno version is used in worker
@rubenf