Skip to content

Commit a1c19d0

Browse files
committed
Default is Node 20 now
1 parent ec45f72 commit a1c19d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LambdaFunction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public function toPendingResult(PromiseInterface $raw)
234234
*/
235235
public function runtime()
236236
{
237-
return Runtime::NODEJS_14;
237+
return Runtime::NODEJS_20;
238238
}
239239

240240
/**

0 commit comments

Comments
 (0)