Skip to content

Commit

Permalink
chore: upgrade serverless to use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
seidior committed Jan 17, 2024
1 parent 341da0d commit a23d725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/serverless.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const serverlessConfiguration: AWS = {
],
provider: {
name: "aws",
runtime: "nodejs18.x",
runtime: "nodejs20.x",
stage: stage,
region: region,
iam: {
Expand Down

0 comments on commit a23d725

Please sign in to comment.