Effective Date: January 15th, 2025
To align with the official Node.js release schedule, we are updating our platform's default Node.js version from 20 to 22. This default version is used to build headless environments when no Node.js version is specified in the environment’s
package.json
file.What this means for you
- If your package.jsondoesn't specify a Node.js version, your environment will be built using Node.js v22 instead of v20 after January 15th, 2025
- Environments explicitly configured for Node.js v20 will continue to work as expected
- We will continue supporting Node versions v18, v20 and v22
Required action
While it’s not mandatory, we recommend setting the Node.js version explicitly in your
package.json
files to avoid disruptions.