Runtimes
Adobe I/O Runtime supports the three latest Node.js versions (see the Node.js release schedule for details). We encourage you to always update your actions to the latest version in order to take advantage of latest security updates and the pre-warms feature, that dramatically improves cold-start times.
The following npm modules are pre-installed (if your action uses any of these modules, you don’t have to package them together with action code):
Node.js v20.7.0
Copied to your clipboard"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
Copied to your clipboard"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
Copied to your clipboard"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
Copied to your clipboard"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"
This is how you can specify explicitly a kind:
Copied to your clipboardaio rt:action:create actionName fromFile.js --kind nodejs:20
or
Copied to your clipboardaio rt:action:create actionName fromFile.js --kind nodejs:18
These images are on Docker Hub: