Skip to content

Commit

Permalink
Merge pull request #139 from AdobeDocs/ACNA-3213
Browse files Browse the repository at this point in the history
Update runtimes.md
  • Loading branch information
pru55e11 authored Oct 3, 2024
2 parents 373efbe + ac28b96 commit 94cf7f3
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions src/pages/guides/reference/runtimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Adobe I/O Runtime supports the three latest Node.js versions (see the [Node.js r

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 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",
Expand Down Expand Up @@ -55,7 +65,8 @@ or
aio rt:action:create actionName fromFile.js --kind nodejs:18
```
These images are on Docker Hub:
1. [Node 20](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v20/tags)
2. [Node 18](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v18/tags)
3. [Node 16](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v16/tags)
4. [Node 14](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v14/tags)
1. [Node 22](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v22/tags)
2. [Node 20](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v20/tags)
3. [Node 18](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v18/tags)
4. [Node 16](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v16/tags)
5. [Node 14](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v14/tags)

0 comments on commit 94cf7f3

Please sign in to comment.