Skip to content

Commit

Permalink
Merge pull request aws-samples#30 from maishsk/master
Browse files Browse the repository at this point in the history
replaces all versions of nodejs to 10.x
  • Loading branch information
Nosajool authored Feb 25, 2020
2 parents 9e2f9ef + 7c7e1e3 commit 5289753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ custom:
provider:
name: aws
profile: default
runtime: nodejs8.10
runtime: nodejs10.x
stage: prod
region: ${opt:region, self:custom.variables.region}

Expand Down

0 comments on commit 5289753

Please sign in to comment.