Skip to content

chore: Upgrade node.js from 16.15.0 to 18.19.0

Enrique Alcántara requested to merge ealcantara-upgrade-node-to-v18 into main

What does this MR do and why?

This merge request upgrades the target node.js runtime version from v16.x to v18.x. It also updates the development docs to explain how to run the Web IDE using the new nodejs docker image.

Why

  • Most tools have dropped support for node v16.x and this version doesn't receive support anymore.
  • We are upgrading the VSCode fork to v1.85.2 which depends on Node v18.
Edited by Enrique Alcántara

Merge request reports