Skip to content

Commit

Permalink
fix(references): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
uid10804 committed Apr 12, 2020
1 parent 388fef0 commit b1b5414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/template/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ custom:
provider:
stage: ${self:custom.file.stage, 'dev'}
name: aws
runtime: nodejs10.x
runtime: nodejs12.x
region: ${self:custom.file.awsRegion, 'eu-central-1'}
stackTags: # Tags that will be added to each of the deployment resources
jsonsls: ${self:custom.file.stackName}
Expand Down

0 comments on commit b1b5414

Please sign in to comment.