Improved
rackunit/iris-app v1.7.96 - Node upgraded to v24
November 26th, 2025
In this version of the App SDK, we have upgraded Node to the current LTS version 24.11.1. Make sure to upgrade your workspace to at least that version.
If using volta, you can install the latest LTS version of Node by running:
volta install node@ltsor by adding the following to your root package.json
"volta": {
"node": "24.11.1"
}Otherwise, you can download the latest LTS version of Node from the Node.js website.