Skip to content

Commit

Permalink
feat(promises): Adds monitoring for promises, removes Node 6 support
Browse files Browse the repository at this point in the history
Re-submission of updates to wrap functions that return promises, and officially supporting Node 8.10 and newer.
  • Loading branch information
mrickard authored Jul 5, 2019
2 parents 749c2b9 + 5f41035 commit c3237b6
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 @@ -2,7 +2,7 @@ service: iopipe-lib-master-acceptance-test

provider:
name: aws
runtime: nodejs6.10
runtime: nodejs8.10
stage: prod
region: us-west-2
role: ${env:IAM_ROLE}
Expand Down

0 comments on commit c3237b6

Please sign in to comment.