Skip to content

Commit

Permalink
Updating Node version to 8.10 in serverless.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrickard committed Jul 5, 2019
1 parent 749c2b9 commit 5f41035
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 5f41035

Please sign in to comment.