Node JS LTS Version
danstarns opened this issue · 1 comments
danstarns commented
Across the codebase, we have built and linked dependencies against very old versions of Node.js.
See:
- https://github.com/GrapesJS/grapesjs/blob/dev/.github/workflows/publish.yml#L15
- https://github.com/GrapesJS/grapesjs/blob/dev/.github/workflows/build.yml#L15
- #5973
- 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.