Skip to content

Commit c3caa3a

Browse files
Update action runime to node v16 (#243)
Bumping runtime from node 12 to node 16 within the action container.
1 parent e0bcb7e commit c3caa3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ outputs:
5050
response: # id of output
5151
description: "response from lambda invocation"
5252
runs:
53-
using: "node12"
53+
using: "node16"
5454
main: "dist/index.js"

0 commit comments

Comments
 (0)