The repo is running on Node 12. Let's get it at least on 14, ideally 16 (LTS).
Right now, bumping to 14 breaks the release CI with a callstack exception thrown from the typescript compiler building production assets for the react-icons-mdl2 package. Updating TS to 4.3+ fixes it.
The repo is running on Node 12. Let's get it at least on 14, ideally 16 (LTS).
Right now, bumping to 14 breaks the release CI with a callstack exception thrown from the typescript compiler building production assets for the
react-icons-mdl2package. Updating TS to 4.3+ fixes it.