GrapesJS/grapesjs

Node JS LTS Version

danstarns opened this issue · 1 comments

Across the codebase, we have built and linked dependencies against very old versions of Node.js.

See:

  1. https://github.com/GrapesJS/grapesjs/blob/dev/.github/workflows/publish.yml#L15
  2. https://github.com/GrapesJS/grapesjs/blob/dev/.github/workflows/build.yml#L15
  3. #5973
  4. https://github.com/GrapesJS/grapesjs/blob/dev/CONTRIBUTING.md?plain=1#L19

This work should focus on bumping the Node versions across all our CI, testing, building, and development workflows to the latest LTS as of v20 at writing. This will help us iterate faster and use the latest dev tooling to enhance our productivity.

Related: