Skip to content

Commit

Permalink
Add nodejs10.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjoDiaz committed May 22, 2019
1 parent 41f058d commit bb9aab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ class Middleware {
getLanguageExtension(handlers) {
switch (this.serverless.service.provider.runtime) {
case 'nodejs8.10':
case 'nodejs10.x':
return Middleware.getNodeExtension(handlers);
// TODO add other runtimes
default:
Expand Down

0 comments on commit bb9aab1

Please sign in to comment.