Skip to content

Commit 84ec340

Browse files
committed
Update the nodejs action kind
1 parent 951ce58 commit 84ec340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/test/scala/org/apache/openwhisk/core/containerpool/v2/test/FunctionPullingContainerPoolTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class FunctionPullingContainerPoolTests
9999
// those for the behavior testing here, as none of the contents will really
100100
// reach a container anyway. We merely assert that passing and extraction of
101101
// the values is done properly.
102-
private val actionKind = "nodejs:8"
102+
private val actionKind = "nodejs:20"
103103
private val exec = CodeExecAsString(RuntimeManifest(actionKind, ImageName("testImage")), "testCode", None)
104104
private val memoryLimit = MemoryLimit.STD_MEMORY.toMB.MB
105105
private val whiskAction = WhiskAction(EntityPath("actionSpace"), EntityName("actionName"), exec)

0 commit comments

Comments
 (0)