Skip to content

Commit

Permalink
Default is Node 20 now
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondfrancis committed May 15, 2024
1 parent ec45f72 commit a1c19d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LambdaFunction.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public function toPendingResult(PromiseInterface $raw)
*/
public function runtime()
{
return Runtime::NODEJS_14;
return Runtime::NODEJS_20;
}

/**
Expand Down

0 comments on commit a1c19d0

Please sign in to comment.