Skip to content

Commit

Permalink
Switch to node20 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocco Zanni committed Nov 27, 2023
1 parent b2a208f commit d8a467d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion analytics/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ provider:
name: aws
region: ${opt:region}
stage: ${opt:stage}
runtime: nodejs18.x
runtime: nodejs20.x
architecture: arm64
memorySize: 256
stackTags:
Expand Down
2 changes: 1 addition & 1 deletion monitor/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ provider:
name: aws
region: ${opt:region}
stage: ${opt:stage}
runtime: nodejs18.x
runtime: nodejs20.x
logRetentionInDays: 14
architecture: arm64
memorySize: 256
Expand Down
2 changes: 1 addition & 1 deletion website/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ provider:
name: aws
region: ${opt:region}
stage: ${opt:stage}
runtime: nodejs18.x
runtime: nodejs20.x
architecture: arm64
memorySize: 256
stackTags:
Expand Down

0 comments on commit d8a467d

Please sign in to comment.