bcherny / undux

⚡️ Dead simple state for React. Now with Hooks support.
https://undux.org
MIT License
1.49k stars 31 forks source link

Upgrade CI to node 14.21 #159

Closed kassens closed 10 months ago

kassens commented 11 months ago

The circleci/node images have been deprecated and replaced by cimg/node according to https://circleci.com/docs/circleci-images/

Node 16 seems to be the most recent version compatible with the webpack version used here.

Node 14 is the most recent version where CI tests pass.

bcherny commented 10 months ago

Thanks!