Node 24 Upgrade for Open Storefront Framework

With the 26.03 release, the Node.js version used in Open Storefront Framework is being upgraded to the latest long-term support (LTS) version of Node.js 24.

However, there are steps you should take to prepare ahead of time:

  • There can be a risk for incompatibility, where outdated NPM libraries that may be used by any customizations.
  • Update the node version on your local workspace to Node.js 24 LTS.
  • Before upgrading your OSF workspace to the latest version, you will need to verify that you’re using the latest version of each NPM library and identify any changes that need to be made.
  • If you have determined any issues with your code or tests as a result of the update to Node.js 24 LTS, you should address them.
  • It is your responsibility to test your updated code locally before your non-production update and push the updated code to non-production and production as part of the update process.

Open Storefront Framework is upgraded to latest long-term support version of Node.js 24.

Steps to enable and configure

You don't need to do anything to enable this feature.