GrapesJS / grapesjs

Free and Open source Web Builder Framework. Next generation tool for building templates without coding
https://grapesjs.com
BSD 3-Clause "New" or "Revised" License
22.12k stars 4.02k forks source link

Node JS LTS Version #6044

Open danstarns opened 1 month ago

danstarns commented 1 month ago

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. https://github.com/GrapesJS/grapesjs/discussions/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.

danstarns commented 1 month ago

Related: