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 are pre-installed, so you don't need to package them with your action code to use them:

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"

To specify a kind:

aio rt:action:create actionName fromFile.js --kind nodejs:20 

or

aio rt:action:create actionName fromFile.js --kind nodejs:18 

These images are on Docker Hub:

  1. Node 22
  2. Node 20
  3. Node 18
  4. Node 16
  5. Node 14

Next steps

Return to the Runtime Reference Documentation Index.

Return to the Guides Index.