Skip to content

Commit

Permalink
Update the nodejs action kind
Browse files Browse the repository at this point in the history
  • Loading branch information
style95 committed Aug 16, 2023
1 parent 951ce58 commit 84ec340
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class FunctionPullingContainerPoolTests
// those for the behavior testing here, as none of the contents will really
// reach a container anyway. We merely assert that passing and extraction of
// the values is done properly.
private val actionKind = "nodejs:8"
private val actionKind = "nodejs:20"
private val exec = CodeExecAsString(RuntimeManifest(actionKind, ImageName("testImage")), "testCode", None)
private val memoryLimit = MemoryLimit.STD_MEMORY.toMB.MB
private val whiskAction = WhiskAction(EntityPath("actionSpace"), EntityName("actionName"), exec)
Expand Down

0 comments on commit 84ec340

Please sign in to comment.