trackunit/iris-app v1.7.96 - Node upgraded to v24
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@lts
or by adding the following to your root package.json
package.json
"volta": {
"node": "24.11.1"
}
Otherwise, you can download the latest LTS version of Node from the Node.js website.