Skip to content

Commit c911b49

Browse files
committed
updated the node.js runtime version
1 parent cf54d36 commit c911b49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cloudant-change-listener

cloudant-change-listener/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ echo ""
149149
echo "Creating the Code Engine function 'cloudant-change-listener-function' ..."
150150
ibmcloud ce fn create \
151151
--name cloudant-change-listener-function \
152-
--runtime nodejs-20 \
152+
--runtime nodejs-22 \
153153
--inline-code ./function/function.js
154154

155155
echo ""

0 commit comments

Comments
 (0)