@@ -77,7 +77,7 @@ def test_builds_successfully_without_local_dependencies(self, build_in_source, d
7777
7878 self ._test_with_default_package_json (
7979 build_in_source = build_in_source ,
80- runtime = "nodejs18 .x" ,
80+ runtime = "nodejs24 .x" ,
8181 code_uri = codeuri ,
8282 handler = "main.lambdaHandler" ,
8383 architecture = "x86_64" ,
@@ -91,7 +91,7 @@ def test_builds_successfully_without_local_dependencies(self, build_in_source, d
9191 @pytest .mark .flaky (reruns = 3 )
9292 def test_builds_successfully_with_local_dependency (self ):
9393 codeuri = os .path .join (self .working_dir , "NodeWithLocalDependency" )
94- runtime = "nodejs18 .x"
94+ runtime = "nodejs24 .x"
9595 architecture = "x86_64"
9696
9797 self ._test_with_default_package_json (
@@ -142,7 +142,7 @@ def test_builds_successfully_without_local_dependencies(self, build_in_source, e
142142 self .codeuri_path = Path (self .working_dir , "Node" )
143143
144144 overrides = self .get_override (
145- runtime = "nodejs18 .x" , code_uri = self .codeuri_path , architecture = "x86_64" , handler = "main.lambdaHandler"
145+ runtime = "nodejs24 .x" , code_uri = self .codeuri_path , architecture = "x86_64" , handler = "main.lambdaHandler"
146146 )
147147 command_list = self .get_command_list (build_in_source = build_in_source , parameter_overrides = overrides , debug = True )
148148
@@ -154,7 +154,7 @@ def test_builds_successfully_with_local_dependency(self):
154154 self .codeuri_path = Path (self .working_dir , "NodeWithLocalDependency" )
155155
156156 overrides = self .get_override (
157- runtime = "nodejs18 .x" , code_uri = self .codeuri_path , architecture = "x86_64" , handler = "main.lambdaHandler"
157+ runtime = "nodejs24 .x" , code_uri = self .codeuri_path , architecture = "x86_64" , handler = "main.lambdaHandler"
158158 )
159159 command_list = self .get_command_list (build_in_source = True , parameter_overrides = overrides )
160160
0 commit comments