Skip to content

Commit 94cf7f3

Browse files
authored
Merge pull request #139 from AdobeDocs/ACNA-3213
Update runtimes.md
2 parents 373efbe + ac28b96 commit 94cf7f3

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

src/pages/guides/reference/runtimes.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Adobe I/O Runtime supports the three latest Node.js versions (see the [Node.js r
44

55
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):
66

7+
### Node.js V22.6.0
8+
9+
"express": "4.18.2",
10+
"openwhisk": "3.21.7",
11+
"body-parser": "1.20.2",
12+
"redis": "4.6.9",
13+
"node-fetch": "3.3.2",
14+
"dnscache": "1.0.2",
15+
"prom-client": "14.2.0"
16+
717
### Node.js v20.7.0
818

919
"express": "4.18.2",
@@ -55,7 +65,8 @@ or
5565
aio rt:action:create actionName fromFile.js --kind nodejs:18
5666
```
5767
These images are on Docker Hub:
58-
1. [Node 20](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v20/tags)
59-
2. [Node 18](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v18/tags)
60-
3. [Node 16](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v16/tags)
61-
4. [Node 14](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v14/tags)
68+
1. [Node 22](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v22/tags)
69+
2. [Node 20](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v20/tags)
70+
3. [Node 18](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v18/tags)
71+
4. [Node 16](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v16/tags)
72+
5. [Node 14](https://hub.docker.com/r/adobeapiplatform/adobe-action-nodejs-v14/tags)

0 commit comments

Comments
 (0)