Skip to content

Commit

Permalink
impr: CPO-302 update serverless to node 18 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasValiente committed Nov 5, 2024
1 parent 18f0be7 commit cac3343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ custom:
provider:
logRetentionInDays: 30
name: aws
runtime: nodejs16.x
runtime: nodejs18.x
stage: v1
region: ${opt:region, 'us-east-1'}
timeout: 10 # optional, in seconds, default is 6
Expand Down

0 comments on commit cac3343

Please sign in to comment.