Escape-Technologies / mookme

A pre-commit tool designed for monorepos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[DX] Bump and enforce development on Node 16 LTS

LMaxence opened this issue · comments

Everything is in the title, currently the CLI is developed using npm 6 and node 14 (depending on developers, but package-lock files are generated using npm 6).

Two objectives:

  • rewrite pacakge-lock files using npm 8
  • enforce the usage of npm 16 for contributions

I guess this transition will be smooth regarding the code, as we already transpile it to node-10 compatible js code, however, I suggest for everyone involved in this project and not using npm 16 by default to start using n to be able to switch node versions

Closing this as it is handled as of 1.1.0