meilisearch / mini-dashboard

mini-dashboard for Meilisearch

Home Page:https://edge-preview-meili.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update node version to build the dashboard to a higher version than 12

bidoubiwa opened this issue · comments

Node 12 is now end of life. See issue here.

Nonetheless the mini-dashboard is still building in node 12.

I looked at your CI and saw that you are building and testing in node 14.

  • For security reasons
  • To stay up to date with your own local node environment (which should be updated to a higher version)
  • To be compatible with the dependencies that might update to versions using features that are not in node 12.

maybe the node version should be changed to either 16 or 18.