Edit in GitHubLog an issue

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 clipboard
aio rt:action:create actionName fromFile.js --kind nodejs:20

or

Copied to your clipboard
aio rt:action:create actionName fromFile.js --kind nodejs:18

These images are on Docker Hub:

  1. Node 20
  2. Node 18
  3. Node 16
  4. Node 14
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.