weaveworks / ui-components

A collection of UI components that are shared across Weaveworks projects
http://weaveworks-ui-components.s3-website-us-west-2.amazonaws.com/
Apache License 2.0
30 stars 26 forks source link

chore(package): upgrades project to support node 12 (`>=8`) #490

Closed dimitropoulos closed 4 years ago

dimitropoulos commented 4 years ago

Upgrades project to support node versions 12+

fixes: https://github.com/weaveworks/ui-components/issues/489

By the way, the issue I had before was simply due to node-sass (the node bindings) needing to be updated. The version that was targeted before was from before node 12 existed. I'm happy it was that simple!