Skip to content

Commit

Permalink
update to nodejs 12
Browse files Browse the repository at this point in the history
because node 8 is not even available anymore
  • Loading branch information
jdub233 committed May 19, 2020
1 parent d9c4576 commit c5bf567
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 @@ -4,7 +4,7 @@ frameworkVersion: ">=1.1.0 <2.0.0"

provider:
name: aws
runtime: nodejs8.10
runtime: nodejs12.x
stage: prod
region: us-east-1
iamRoleStatements:
Expand Down

0 comments on commit c5bf567

Please sign in to comment.