Runtimes
Adobe I/O Runtime supports the three latest Node.js versions (see the Node.js release schedule for details). We encourage you to keep actions updated to the latest version so you can take advantage of latest security updates and the pre-warmed container feature that dramatically improves cold-start times.
These npm modules (and their dependencies) are pre-installed, so you don't need to package them with your action code to use them:
Node.js v24.0.1
"express": "4.18.2", "openwhisk": "3.21.8", "body-parser": "1.20.3", "redis": "4.6.13", "dnscache": "1.0.2", "prom-client": "14.2.0"
Node.js v22.6.0
"express": "4.18.2", "openwhisk": "3.21.7", "body-parser": "1.20.2", "redis": "4.6.9", "node-fetch": "3.3.2", "dnscache": "1.0.2", "prom-client": "14.2.0"
Node.js v20.7.0
"express": "4.18.2", "openwhisk": "3.21.7", "body-parser": "1.20.2", "redis": "4.6.9", "node-fetch": "3.3.2", "dnscache": "1.0.2", "prom-client": "14.2.0"
Node.js v18.14.2
"express": "4.18.2", "openwhisk": "3.21.7", "body-parser": "1.20.2", "redis": "4.6.5", "node-fetch": "3.3.1", "dnscache": "1.0.2", "prom-client": "14.2.0"
Node.js v16.17.0
"express": "4.18.1", "openwhisk": "3.21.6", "body-parser": "1.20.0", "redis": "4.1.0", "node-fetch": "3.2.4", "dnscache": "1.0.2", "prom-client": "13.2.0"
Node.js v14.20.0
"express": "4.17.1", "openwhisk": "3.21.6", "body-parser": "1.19.0", "cls-hooked": "4.2.2", "redis": "3.1.2", "node-fetch": "2.6.7", "dnscache": "1.0.2", "prom-client": "12.0.0"
Note: These modules may have dependencies that will also be available out of the box in the runtime environment. If after updating your action's runtime you are getting an error about not being able to find a module, but the errant module is not listed here, this may be the case. You will need to explicitly install these dependencies in your project and bundle them with your action code to complete the update.
To specify a kind:
aio rt:action:create actionName fromFile.js --kind nodejs:22
These images are on Docker Hub:
Next steps
Return to the Runtime Reference Documentation Index.
Return to the Guides Index.