Node 16 has been EoL for over two years.
After officially dropping Node 16 support, we could switch axios for the native fetch implementation, slimming down both the Node dependency installs and the browser bundle sizes (related to #812 )
Blocking #814 (maybe we can just stop testing for Node 16 for now?)
Node 16 has been EoL for over two years.
After officially dropping Node 16 support, we could switch
axiosfor the nativefetchimplementation, slimming down both the Node dependency installs and the browser bundle sizes (related to #812 )Blocking #814 (maybe we can just stop testing for Node 16 for now?)