svg / svgo

⚙️ Node.js tool for optimizing SVG files
https://svgo.dev/
MIT License
21.03k stars 1.39k forks source link

chore(tests): Switch to native fetch #2003

Closed XhmikosR closed 5 months ago

XhmikosR commented 6 months ago

Native fetch is present on Node.js >= 18. In #2002 we drop support for Node.js 14, but since this code is only used in tests I guess we could live with it.