Skip to content

Commit 8caed7b

Browse files
6.1.0
1 parent 8b25c82 commit 8caed7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,7 @@ The manifest action definition
15701570
| --- | --- | --- |
15711571
| [version] | <code>string</code> | the manifest action version |
15721572
| function | <code>string</code> | the path to the action code |
1573-
| runtime | <code>string</code> | the runtime environment or kind in which the action executes, e.g. 'nodejs:12' |
1573+
| runtime | <code>string</code> | the runtime environment or kind in which the action executes, e.g. 'nodejs:18' |
15741574
| [main] | <code>string</code> | the entry point to the function |
15751575
| [inputs] | <code>object</code> | the list of action default parameters |
15761576
| [limits] | <code>Array.&lt;object&gt;</code> | limits for the action |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/aio-lib-runtime",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"license": "Apache-2.0",
55
"main": "src/index.js",
66
"bugs": {

0 commit comments

Comments
 (0)